Image Segmentation using Chan-Vese Active Contours
Pranav Shenoy K. P

TL;DR
This paper thoroughly derives and implements the Chan-Vese active contour model for image segmentation, emphasizing its robustness to noise and weak boundaries, with experimental validation on medical and synthetic images.
Contribution
It provides a rigorous mathematical derivation and a stable Python implementation of the Chan-Vese model, demonstrating its effectiveness for complex image segmentation tasks.
Findings
Accurate segmentation of noisy images
Robust performance on medical images
Superior to classical edge-based methods
Abstract
This paper presents a comprehensive derivation and implementation of the Chan-Vese active contour model for image segmentation. The model, derived from the Mumford-Shah variational framework, evolves contours based on regional intensity differences rather than image gradients, making it highly effective for segmenting noisy images or images with weak boundaries. We provide a rigorous mathematical derivation of the level set formulation, including detailed treatment of each energy term using the divergence theorem and curve evolution theory. The resulting algorithm is implemented in Python using finite difference methods with special care to numerical stability, including an upwind entropy scheme and curvature-based regularization. Experimental results on medical and synthetic images demonstrate accurate segmentation, robustness to noise, and superior performance compared to classical…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsIndustrial Vision Systems and Defect Detection
