Source author record

Rui Tian

Rui Tian appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

4works
3topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

4 published item(s)

preprint2026arXiv

Group-kernel auto-calibration and group-patch k-space reconstruction: Fast MRI with time-variant B0 kernels partitioned into time-invariant subsets

Purpose: Pushing MRI speed further demands more spatially-encoded information captured per unit time, e.g., by superimposing additional field modulations during oversampled readout. However, this can introduce calibration errors and increase reconstruction time. Thus, we propose a continuous field calibration approach and an efficient k-space reconstruction technique. Theory and Methods: Our auto-calibration generalizes GRAPPA kernels to explicitly extract continuous B0 modulation kernels, solving interpolation relationships between two ACS regions differing only in the extra field modulation. The k-space locations sharing the same instantaneous image-space modulation are grouped, so that subsets of time-invariant kernels can be separately estimated, as a generalized solution for Wave-CAIPI/FRONSAC-type scans. This view further inspires a k-space subregion-wise reconstruction technique, as an efficient alternative to conventional hybrid-space reconstruction. At 9.4T, FLASH accelerated by a local B0 coil array and Wave-CAIPI were tested with retrospective undersampling. Results: Artifact-free images were reconstructed, under diverse rapid B0 modulation schemes, reaching maximum acceleration factors of 8-fold in 2D and 14.6-fold in 3D. Some nonlinear gradients modulation schemes reach similar sampling efficiency as linear gradients modulation. The proposed reconstruction shows potentials in reducing reconstruction time. Conclusion: Rapid B0 modulations and widely-adopted parallel imaging can share a common mathematical framework, and consequently, achieve similarly-robust reconstructions. Specifically, for scans using dynamic B0 and static RF kernels, not only signal encoding, but also auto-calibration and reconstruction can be performed in k-space. This paves the way to robustly remove eddy currents, and explore more complex B0 modulation strategies towards ultimate MRI speed.

preprint2026arXiv

Group-patch joint compression for highly accelerated MRI: compressing dynamic B0 and static RF spatial modulations across k-space subregion groups

Purpose: To accelerate MRI further, rapid B0 field modulations can be applied during oversampled readout to capture additional physical information, e.g., Wave-CAIPI, FRONSAC, local B0 coils modulations. These methods, however, introduce additional non-Fourier-encoded dimension that cannot be resolved by FFT, posing significant reconstruction challenges particularly in compressed-sensing or neural-network frameworks. Theory and methods: Because B0 modulations vary slowly relative to the oversampled ADC dwell time, we exploit this encoding redundancy by compressing k-space patch-by-patch across subregions, each of which is jointly encoded by a distinct subset of B0 and RF (receive) spatial encoding functions. For each patch, a compression matrix is computed once and reused to compress all patches encoded by the same B0/RF spatial modulations. This can be implemented by feeding subsets of B0 and RF spatial encoding maps into an adapted conventional RF array compression algorithm, mimicking an expanded set of virtual receiver channels. This approach was evaluated on ex-vivo/in-vivo human brain scans at 9.4T/3T. Results: The proposed group-patch joint compression achieves substantially higher compression factors than conventional RF-only compression, while minimally compromising encoding efficiency. Typically, joint compression factors of 11x-20x led to negligible encoding loss, dramatically reducing reconstruction time and peak memory usage. For example, compressed-sensing reconstruction took 1.4-5.1s/2D slice, 177s-10.1min/3D volume, on a high-memory CPU node. Conclusion: Given joint encoding of dynamic B0 and static RF fields, compressing multidimensional k-space patches in separate groups outperforms compressing RF receiver channels alone. This substantially mitigates a fundamental computational bottleneck that arises when combining rapid B0 and RF-receiver modulations.

preprint2022arXiv

Deeper Insights into the Robustness of ViTs towards Common Corruptions

With Vision Transformers (ViTs) making great advances in a variety of computer vision tasks, recent literature have proposed various variants of vanilla ViTs to achieve better efficiency and efficacy. However, it remains unclear how their unique architecture impact robustness towards common corruptions. In this paper, we make the first attempt to probe into the robustness gap among ViT variants and explore underlying designs that are essential for robustness. Through an extensive and rigorous benchmarking, we demonstrate that simple architecture designs such as overlapping patch embedding and convolutional feed-forward network (FFN) can promote the robustness of ViTs. Moreover, since training ViTs relies heavily on data augmentation, whether previous CNN-based augmentation strategies that are targeted at robustness purposes can still be useful is worth investigating. We explore different data augmentation on ViTs and verify that adversarial noise training is powerful while fourier-domain augmentation is inferior. Based on these findings, we introduce a novel conditional method of generating dynamic augmentation parameters conditioned on input images, offering state-of-the-art robustness towards common corruptions.

preprint2022arXiv

Rethinking Skip Connections in Encoder-decoder Networks for Monocular Depth Estimation

Skip connections are fundamental units in encoder-decoder networks, which are able to improve the feature propagtion of the neural networks. However, most methods with skip connections just connected features with the same resolution in the encoder and the decoder, which ignored the information loss in the encoder with the layers going deeper. To leverage the information loss of the features in shallower layers of the encoder, we propose a full skip connection network (FSCN) for monocular depth estimation task. In addition, to fuse features within skip connections more closely, we present an adaptive concatenation module (ACM). Further more, we conduct extensive experiments on the ourdoor and indoor datasets (i.e., the KITTI dataste and the NYU Depth V2 dataset) for FSCN and FSCN gets the state-of-the-art results.