PulseAugur
EN
LIVE 12:30:09

ATV-Net enhances CNN segmentation with adaptive feature fusion

Researchers have developed ATV-Net, an Adaptive Triple-View Network designed to enhance ResNet-based semantic segmentation models. This network utilizes three distinct receptive-field views—micro, local, and scout—to capture different aspects of image data, from point-wise responses to enlarged contextual cues. Unlike traditional methods with fixed weight fusion, ATV-Net employs an Adaptive Decision Gate to dynamically select feature responses based on input characteristics, further refined by a global coordination layer for consistency. Experiments on the Cityscapes dataset demonstrated that ATV-Net achieves a competitive 80.31% mIoU, indicating the continued viability of CNN-based segmentation with adaptive fusion techniques. AI

IMPACT Demonstrates that traditional CNN architectures can still achieve competitive results in semantic segmentation with advanced fusion techniques, potentially offering efficiency benefits over transformer-based models.

RANK_REASON The cluster contains a research paper detailing a new model architecture and experimental results.

Read on arXiv cs.CV →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

ATV-Net enhances CNN segmentation with adaptive feature fusion

COVERAGE [2]

  1. arXiv cs.CV TIER_1 English(EN) · Hsin-Jui Pan, Sheng-Wei Chan, Meng-Qian Li, Chun-Po Shen ·

    ATV-Net: Adaptive Triple-View Network with Dynamic Feature Fusion

    arXiv:2605.25803v1 Announce Type: new Abstract: Recent semantic segmentation research has increasingly moved toward stronger context modeling, dense attention, and transformer-based architectures. Although these models achieve impressive performance, classical CNN-based segmentat…

  2. arXiv cs.CV TIER_1 English(EN) · Chun-Po Shen ·

    ATV-Net: Adaptive Triple-View Network with Dynamic Feature Fusion

    Recent semantic segmentation research has increasingly moved toward stronger context modeling, dense attention, and transformer-based architectures. Although these models achieve impressive performance, classical CNN-based segmentation pipelines remain attractive because of their…