Goto

Collaborating Authors

 alignnet




Progressive Alignment Degradation Learning for Pansharpening

arXiv.org Artificial Intelligence

--Deep learning-based pansharpening has been shown to effectively generate high-resolution multispectral (HRMS) images. T o create supervised ground-truth HRMS images, synthetic data generated using the Wald protocol is commonly employed. This protocol assumes that networks trained on artificial low-resolution data will perform equally well on high-resolution data. In this paper, we delve into the Wald protocol and find that its inaccurate approximation of real-world degradation patterns limits the generalization of deep pansharpening models. T o address this issue, we propose the Progressive Alignment Degradation Module (PADM), which uses mutual iteration between two sub-networks, PAlignNet and PDegradeNet, to adaptively learn accurate degradation processes without relying on predefined operators. Building on this, we introduce HFreqdiff, which embeds high-frequency details into a diffusion framework and incorporates CFB and BACM modules for frequency-selective detail extraction and precise reverse process learning. These innovations enable effective integration of high-resolution panchromatic and multispectral images, significantly enhancing spatial sharpness and quality. Experiments and ablation studies demonstrate the proposed method's superior performance compared to state-of-the-art techniques. EMOTE sensing images with high spatial and spectral resolution are in high demand across various fields, including scene classification [1], [2], semantic segmentation [3], [4], and environmental monitoring [5]. However, due to the physical limitations of current sensor technologies, data acquired by a single satellite sensor often fail to meet these high-quality standards.


A Data-Driven Method for INS/DVL Alignment

arXiv.org Artificial Intelligence

Autonomous underwater vehicles (AUVs) are sophisticated robotic platforms crucial for a wide range of applications. The accuracy of AUV navigation systems is critical to their success. Inertial sensors and Doppler velocity logs (DVL) fusion is a promising solution for long-range underwater navigation. However, the effectiveness of this fusion depends heavily on an accurate alignment between the inertial sensors and the DVL. While current alignment methods show promise, there remains significant room for improvement in terms of accuracy, convergence time, and alignment trajectory efficiency. In this research we propose an end-to-end deep learning framework for the alignment process. By leveraging deep-learning capabilities, such as noise reduction and capture of nonlinearities in the data, we show using simulative data, that our proposed approach enhances both alignment accuracy and reduces convergence time beyond current model-based methods.


Unsupervised Object-Based Transition Models for 3D Partially Observable Environments

arXiv.org Artificial Intelligence

We present a slot-wise, object-based transition model that decomposes a scene into objects, aligns them (with respect to a slot-wise object memory) to maintain a consistent order across time, and predicts how those objects evolve over successive frames. The model is trained end-to-end without supervision using losses at the level of the object-structured representation rather than pixels. Thanks to its alignment module, the model deals properly with two issues that are not handled satisfactorily by other transition models, namely object persistence and object identity. We show that the combination of an object-level loss and correct object alignment over time enables the model to outperform a state-of-the-art baseline, and allows it to deal well with object occlusion and re-appearance in partially observable environments.


DeepMind's AlignNet Learns Stable Object Representations Across Time

#artificialintelligence

New research from UK based AI company and research lab DeepMind is enabling AI agents to perceive dynamic real-world environments more like humans do. The work deals with aligning observed entities across time-steps in both fully observable and partially observable environments and is introduced in the paper AlignNet: Unsupervised Entity Alignment. While humans interact with the world we draw on our understanding of the objects or entities in the environment -- which remains coherent even if an object becomes temporarily occluded. AI agents however have typically been trained using only pixel inputs. Although recently developed unsupervised scene segmentation techniques have enabled object-based inputs, these approaches are limited to single frames, and models cannot keep track of how objects segmented at one time-step correspond (or align) to those at a later time-step.


AlignNet: Unsupervised Entity Alignment

arXiv.org Artificial Intelligence

Recently developed deep learning models are able to learn to segment scenes into component objects without supervision. This opens many new and exciting avenues of research, allowing agents to take objects (or entities) as inputs, rather that pixels. Unfortunately, while these models provide excellent segmentation of a single frame, they do not keep track of how objects segmented at one time-step correspond (or align) to those at a later time-step. The alignment (or correspondence) problem has impeded progress towards using object representations in downstream tasks. In this paper we take steps towards solving the alignment problem, presenting the AlignNet, an unsupervised alignment module.