paper-with-me

홈 › Papers

PolarRec: Radio Interferometric Data Reconstruction with Polar Coordinate Representation

2023-08-28 · Ruoqi Wang, Zhuoyang Chen, JiaYi Zhu, Qiong Luo, Feng Wang

In radio astronomy, visibility data, which are measurements of wave signals from radio telescopes, are transformed into images for observation of distant celestial objects. However, these resultant images usually contain both real sources and artifacts, due to signal sparsity and other factors. One way to obtain cleaner images is to reconstruct samples into dense forms before imaging. Unfortunately, existing reconstruction methods often miss some components of visibility in frequency domain, so blurred object edges and persistent artifacts remain in the images. Furthermore, the computation overhead is high on irregular visibility samples due to the data skew. To address these problems, we propose PolarRec, a transformer-encoder-conditioned reconstruction pipeline with visibility samples converted into the polar coordinate representation. This representation matches the way in which radio telescopes observe a celestial area as the Earth rotates. As a result, visibility samples distribute in the polar system more uniformly than in the Cartesian space. Therefore, we propose to use radial distance in the loss function, to help reconstruct complete visibility effectively. Also, we group visibility samples by their polar angles and propose a group-based encoding scheme to improve the efficiency. Our experiments demonstrate that PolarRec markedly improves imaging results by faithfully reconstructing all frequency components in the visibility domain while significantly reducing the computation cost in visibility data encoding. We believe this high-quality and high-efficiency imaging of PolarRec will better facilitate astronomers to conduct their research.

📄 PDF Abstract BibTeX arXiv:2308.14610

Code (0)

등록된 구현이 없습니다.

Tasks

Astronomy

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

PolarRec: Improving Radio Interferometric Data Reconstruction Using Polar Coordinates

2024-01-01 · CVPR 2024 1 · Ruoqi Wang, Zhuoyang Chen, JiaYi Zhu, Qiong Luo 외

In radio astronomy visibility data which are measurements of wave signals from radio telescopes are transformed into images for observation of distant celestial objects. However these resultant images usually contain…

Astronomy

Polarization based direction of arrival estimation using a radio interferometric array

2025-10-16 · Sarod Yatawatta arxiv

Direction of arrival (DOA) estimation is mostly performed using specialized arrays that have carefully designed receiver spacing and layouts to match the operating frequency range. In contrast, radio interferometric arra…

Direction of Arrival Estimation

Improving Radio Interferometry Imaging by Explicitly Modeling Cross-Domain Consistency in Reconstruction

2026-04-18 · Kai Cheng, Ruoqi Wang, Qiong Luo arxiv

Radio astronomy plays a crucial role in understanding the universe, particularly within the realm of non-thermal astrophysics. Images of celestial objects are derived from the signals (called visibility) measured by radi…

Uncertainty quantification for fast reconstruction methods using augmented equivariant bootstrap: Application to radio interferometry

2024-10-30 · Mostafa Cherif, Tobías I. Liaudat, Jonathan Kern, Christophe Kervazo 외

The advent of next-generation radio interferometers like the Square Kilometer Array promises to revolutionise our radio astronomy observational capabilities. The unprecedented volume of data these devices generate requir…

AstronomyImage ReconstructionRadio InterferometryUncertainty Quantification

VVTRec: Radio Interferometric Reconstruction through Visual and Textual Modality Enrichment

2026-01-10 · Kai Cheng, Ruoqi Wang, Qiong Luo arxiv

Radio astronomy is an indispensable discipline for observing distant celestial objects. Measurements of wave signals from radio telescopes, called visibility, need to be transformed into images for astronomical observati…