Learning Task-Aware Sampling with Shared Saliency through Density-Equalizing Mappings
Quick Answer
This paper shows that The Density-Equalizing Convolutional Neural Network (DECNN) introduces task-adaptive sampling for efficient feature extraction in image and surface-based learning, achieving competitive performance with fewer parameters.
Quick Take
The Density-Equalizing Convolutional Neural Network (DECNN) introduces task-adaptive sampling for efficient feature extraction in image and surface-based learning, achieving competitive performance with fewer parameters. By focusing computational resources on informative regions, DECNN enhances model capacity and provides interpretable saliency maps, demonstrating superior results in image classification and craniofacial surface analysis.
Key Points
- DECNN employs density-equalizing mappings for dynamic computational attention redistribution.
- The model achieves competitive performance with fewer parameters in various tasks.
- It accurately identifies task-relevant regions and adapts to complex geometric variations.
- DECNN provides interpretable saliency maps alongside efficient feature extraction.
- The framework is particularly beneficial for medical imaging applications.
Paper Resources
Article Content
From source RSS / original summaryarXiv:2606. 12869v1 Announce Type: new Abstract: In image and surface-based learning tasks, convolutional features are typically extracted using receptive fields that are sampled uniformly across the entire domain. However, informative structures are rarely distributed uniformly in practice and are often concentrated in localized regions. Such phenomena are particularly common in medical imaging, where pathological changes are spatially confined.
Consequently, uniform convolution allocates equal computational effort to both informative and uninformative regions, resulting in inefficient feature extraction and suboptimal utilization of model capacity. To address this issue, we propose a framework for task-adaptive sampling that dynamically redistributes computational attention according to the spatial importance of the data.
Specifically, we introduce the Density-Equalizing Convolutional Neural Network (DECNN), which employs density-equalizing mappings to guide convolution through a learned density function. The density function encodes the relative importance of different regions and induces a transformation that enlarges informative areas while compressing less relevant ones. As a result, convolutional receptive fields are redistributed non-uniformly over the domain, enabling denser sampling in task-relevant regions.
By coupling this importance-driven transformation with convolution, DECNN performs adaptive feature extraction that focuses computational resources on informative structures. This leads to more efficient use of model capacity, yielding a lightweight yet expressive architecture while simultaneously producing an interpretable saliency map.
Experiments on image classification and craniofacial surface analysis demonstrate that DECNN achieves competitive or superior performance with fewer parameters, accurately identifies task-relevant regions, and remains robust under complex geometric variations.
Reader Mode unavailable (could not extract clean content).
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.CV
See more →LLM-Guided ANN Index Optimization for Human-Object Interaction Retrieval
A phase-aware LLM agent optimizes human-object interaction retrieval, outperforming Optuna TPE by 33.3% and VDTuner by 34.2% on the HICO-DET benchmark. This method enhances throughput by 15.3x over UniIR and demonstrates strong transferability across vector database management systems.