Search papers, labs, and topics across Lattice.
This paper addresses the challenge of spatially imbalanced data in autoencoder-based image reconstruction, where rare but informative patterns at specific image coordinates are often poorly reconstructed. They introduce a "Rare-Aware Autoencoding" approach, combining a self-entropy-based loss that upweights uncommon spatial locations with a "Sample Propagation" replay mechanism to re-expose the model to hard-to-reconstruct samples. Experiments on simulated and real-world datasets demonstrate that their method outperforms existing data balancing strategies, particularly under spatial imbalance.
Autoencoders can reconstruct rare image features more faithfully by explicitly focusing on statistically uncommon spatial locations during training.
Autoencoders can be challenged by spatially non-uniform sampling of image content. This is common in medical imaging, biology, and physics, where informative patterns occur rarely at specific image coordinates, as background dominates these locations in most samples, biasing reconstructions toward the majority appearance. In practice, autoencoders are biased toward dominant patterns resulting in the loss of fine-grained detail and causing blurred reconstructions for rare spatial inputs especially under spatial data imbalance. We address spatial imbalance by two complementary components: (i) self-entropy-based loss that upweights statistically uncommon spatial locations and (ii) Sample Propagation, a replay mechanism that selectively re-exposes the model to hard to reconstruct samples across batches during training. We benchmark existing data balancing strategies, originally developed for supervised classification, in the unsupervised reconstruction setting. Drawing on the limitations of these approaches, our method specifically targets spatial imbalance by encouraging models to focus on statistically rare locations, improving reconstruction consistency compared to existing baselines. We validate in a simulated dataset with controlled spatial imbalance conditions, and in three, uncontrolled, diverse real-world datasets spanning physical, biological, and astronomical domains. Our approach outperforms baselines on various reconstruction metrics, particularly under spatial imbalance distributions. These results highlight the importance of data representation in a batch and emphasize rare samples in unsupervised image reconstruction. We will make all code and related data available.