Git Product home page Git Product logo

xmindflow / ssct Goto Github PK

View Code? Open in Web Editor NEW
17.0 3.0 1.0 2.24 MB

[ICCV 2023] Self-supervised Semantic Segmentation: Consistency over Transformation

Home Page: https://openaccess.thecvf.com/content/ICCV2023W/CVAMD/html/Karimijafarbigloo_Self-Supervised_Semantic_Segmentation_Consistency_over_Transformation_ICCVW_2023_paper.html

Jupyter Notebook 99.46% Python 0.54%
deformable-convolution lung-segmentation medical-image-segmentation segmentation self-supervised skin skin-lesion-segmentation transformers

ssct's Introduction

Self-supervised Semantic Segmentation: Consistency over Transformation
ICCV 2023 CVAMD Workshop

arXiv arXiv Open In Colab

In our recent work, we propose a novel self-supervised algorithm called S3-Net for accurate medical image segmentation. The proposed S3-Net incorporates the Inception Large Kernel Attention (I-LKA) modules to enhance the network's ability to capture both contextual information and local intricacies, leading to precise semantic segmentation. The paper addresses the challenge of handling deformations commonly observed in medical images by integrating deformable convolutions into the architecture. This allows the network to effectively capture and delineate lesion deformations, leading to better-defined object boundaries. One key aspect of the proposed method is its emphasis on learning invariance to affine transformations, which are frequently encountered in medical scenarios. By focusing on robustness against geometric distortions, the model becomes more capable of accurately representing and managing such distortions. Moreover, to ensure spatial consistency and encourage the grouping of neighboring image pixels with similar features, the paper introduces a spatial consistency loss term. If this code helps with your research please consider citing our paper.


Updates

  • July 25, 2023: Paper accepted in ICCV CVAMD 2023
  • If you found this paper useful, please consider checking out our previously accepted paper at MIDL 2023 [Paper] [GitHub]

Installation

pip install -r requirements.txt

Run Demo

Put your input images in the input_images/image folder and just simply run the S3Net.ipynb notebook ;)

Experiments

output

Citation

If this code helps with your research, please consider citing the following paper:

@inproceedings{karimijafarbigloo2023self,
  title={Self-supervised Semantic Segmentation: Consistency over Transformation},
  author={Karimijafarbigloo, Sanaz and Azad, Reza and Kazerouni, Amirhossein and Velichko, Yury and Bagci, Ulas and Merhof, Dorit},
  booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
  pages={2654--2663},
  year={2023}
}

ssct's People

Contributors

amirhossein-kz avatar rezazad68 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

cv-seg

ssct's Issues

Questions about Spatial Consistency Loss

Thanks for your excellent work!
After reading your paper, I benefit a lot. But I have a question about spatial consistency loss.
image
According to this figure, first calculating the edges in the X, Y , and XY directions, then computing between the pairwise differences of edges in different directions and the zero image. Finally, loss is computed. But the value of zero image is all zero, does it make a contribuation to loss?
And minimizing spatial loss means minimizing the difference between edges in the X and Y, and so on . I think, in different directions, the change of edge information is different, can they be similar?
Looking forward to your reply!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.