paper-with-me

홈 › Papers

FreeCOS: Self-Supervised Learning from Fractals and Unlabeled Images for Curvilinear Object Segmentation

2023-07-14 · ICCV 2023 1 · Tianyi Shi, Xiaohuan Ding, Liang Zhang, Xin Yang

Curvilinear object segmentation is critical for many applications. However, manually annotating curvilinear objects is very time-consuming and error-prone, yielding insufficiently available annotated datasets for existing supervised methods and domain adaptation methods. This paper proposes a self-supervised curvilinear object segmentation method that learns robust and distinctive features from fractals and unlabeled images (FreeCOS). The key contributions include a novel Fractal-FDA synthesis (FFS) module and a geometric information alignment (GIA) approach. FFS generates curvilinear structures based on the parametric Fractal L-system and integrates the generated structures into unlabeled images to obtain synthetic training images via Fourier Domain Adaptation. GIA reduces the intensity differences between the synthetic and unlabeled images by comparing the intensity order of a given pixel to the values of its nearby neighbors. Such image alignment can explicitly remove the dependency on absolute intensity values and enhance the inherent geometric characteristics which are common in both synthetic and real images. In addition, GIA aligns features of synthetic and real images via the prediction space adaptation loss (PSAL) and the curvilinear mask contrastive loss (CMCL). Extensive experimental results on four public datasets, i.e., XCAD, DRIVE, STARE and CrackTree demonstrate that our method outperforms the state-of-the-art unsupervised methods, self-supervised methods and traditional methods by a large margin. The source code of this work is available at https://github.com/TY-Shi/FreeCOS.

📄 PDF Abstract BibTeX arXiv:2307.07245

Code (1)

ty-shi/freecos 공식 구현 pytorch

Tasks

Domain AdaptationSelf-Supervised LearningSemantic Segmentation

Similar Papers 제목 키워드 기반

TorMentor: Deterministic dynamic-path, data augmentations with fractals

2022-04-07 · Anguelos Nicolaou, Vincent Christlein, Edgar Riba, Jian Shi 외

We propose the use of fractals as a means of efficient data augmentation. Specifically, we employ plasma fractals for adapting global image augmentation transformations into continuous local transforms. We formulate the …

Activity Recognition In VideosBinarizationData AugmentationGPU+6

Learning Fractals by Gradient Descent

2023-03-14 · Cheng-Hao Tu, Hong-You Chen, David Carlyn, Wei-Lun Chao

Fractals are geometric shapes that can display complex and self-similar patterns found in nature (e.g., clouds and plants). Recent works in visual recognition have leveraged this property to create random fractal images …

Spectra of Reduced Fractals and Their Applications in Biology

2021-11-02 · Diana T. Pham, Zdzislaw E. Musielak

Fractals with different levels of self-similarity and magnification are defined as reduced fractals. It is shown that spectra of these reduced fractals can be constructed and used to describe levels of complexity of natu…

How to Sample High Quality 3D Fractals for Action Recognition Pre-Training?

2026-02-12 · Marko Putak, Thomas B. Moeslund, Joakim Bruslund Haurum arxiv

Synthetic datasets are being recognized in the deep learning realm as a valuable alternative to exhaustively labeled real data. One such synthetic data generation method is Formula Driven Supervised Learning (FDSL), whic…

Synthetic Data GenerationAction Recognition

Backdoor Attacks on Self-Supervised Learning

2021-05-21 · CVPR 2022 1 · Aniruddha Saha, Ajinkya Tejankar, Soroush Abbasi Koohpayegani, Hamed Pirsiavash

Large-scale unlabeled data has spurred recent progress in self-supervised learning methods that learn rich visual representations. State-of-the-art self-supervised methods for learning representations from images (e.g., …

Backdoor AttackInductive BiasKnowledge DistillationSelf-Supervised Learning