Deep Recurrence for Dynamical Segmentation Models
David Calhas, Arlindo L. Oliveira

TL;DR
This paper introduces a biologically inspired recurrent feedback mechanism within a U-Net architecture that improves robustness and data efficiency in segmentation tasks, especially under noisy conditions and limited supervision.
Contribution
It proposes a novel feedback loop inspired by predictive coding, with stability mechanisms, to enhance segmentation models beyond traditional feedforward approaches.
Findings
Feedback model outperforms feedforward in noisy conditions
Feedback achieves above random performance with only two training examples
Model generalizes better with limited supervision
Abstract
While biological vision systems rely heavily on feedback connections to iteratively refine perception, most artificial neural networks remain purely feedforward, processing input in a single static pass. In this work, we propose a predictive coding inspired feedback mechanism that introduces a recurrent loop from output to input, allowing the model to refine its internal state over time. We implement this mechanism within a standard U-Net architecture and introduce two biologically motivated operations, softmax projection and exponential decay, to ensure stability of the feedback loop. Through controlled experiments on a synthetic segmentation task, we show that the feedback model significantly outperforms its feedforward counterpart in noisy conditions and generalizes more effectively with limited supervision. Notably, feedback achieves above random performance with just two training…
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
TopicsGenerative Adversarial Networks and Image Synthesis
