paper-with-me

홈 › Papers

Topology-Preserving Downsampling of Binary Images

2024-07-25 · Chia-Chia Chen, Chi-Han Peng

We present a novel discrete optimization-based approach to generate downsampled versions of binary images that are guaranteed to have the same topology as the original, measured by the zeroth and first Betti numbers of the black regions, while having good similarity to the original image as measured by IoU and Dice scores. To our best knowledge, all existing binary image downsampling methods do not have such topology-preserving guarantees. We also implemented a baseline morphological operation (dilation)-based approach that always generates topologically correct results. However, we found the similarity scores to be much worse. We demonstrate several applications of our approach. First, generating smaller versions of medical image segmentation masks for easier human inspection. Second, improving the efficiency of binary image operations, including persistent homology computation and shortest path computation, by substituting the original images with smaller ones. In particular, the latter is a novel application that is made feasible only by the full topology-preservation guarantee of our method.

📄 PDF Abstract BibTeX arXiv:2407.17786

Code (1)

pengchihan/binaryimagedownsampling 공식 구현

Tasks

Image SegmentationMedical Image SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Towards Efficient and Accurate CT Segmentation via Edge-Preserving Probabilistic Downsampling

2024-04-05 · Shahzad Ali, Yu Rim Lee, Soo Young Park, Won Young Tak 외

Downsampling images and labels, often necessitated by limited resources or to expedite network training, leads to the loss of small objects and thin boundaries. This undermines the segmentation network's capacity to inte…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Fast Binary Embedding via Circulant Downsampled Matrix -- A Data-Independent Approach

2016-01-24 · Sung-Hsien Hsieh, Chun-Shien Lu, Soo-Chang Pei

Binary embedding of high-dimensional data aims to produce low-dimensional binary codes while preserving discriminative power. State-of-the-art methods often suffer from high computation and storage costs. We present a si…

Continuous-tone Simple Points: An $\ell_0$-Norm of Cyclic Gradient for Topology-Preserving Data-Driven Image Segmentation

2026-04-30 · Wenxiao Li, Faqiang Wang, Yuping Duan, Li Cui 외 arxiv

Topological features play an essential role in ensuring geometric plausibility and structural consistency in image analysis tasks such as segmentation and skeletonization. However, integrating topology-preserving learnin…

Image Segmentation

NUDF: Neural Unsigned Distance Fields for high resolution 3D medical image segmentation

2025-04-25 · Kristine Sørensen, Oscar Camara, Ole De Backer, Klaus Kofoed 외

Medical image segmentation is often considered as the task of labelling each pixel or voxel as being inside or outside a given anatomy. Processing the images at their original size and resolution often result in insupera…

AnatomyComputed Tomography (CT)Image SegmentationMedical Image Segmentation+2

Topological numbers and their use to characterize simple points for 2D binary images

2024-10-28 · Christophe Lohou

In this paper, we adapt the two topological numbers, which have been proposed to efficiently characterize simple points in specific neighborhoods for 3D binary images, to the case of 2D binary images. Unlike the 3D case,…