Skip to main content

Showing 1–50 of 227 results for author: Lan, S

  1. arXiv:2407.07276  [pdf, other

    cs.CV cs.AI

    Exploring Camera Encoder Designs for Autonomous Driving Perception

    Authors: Barath Lakshmanan, Joshua Chen, Shiyi Lan, Maying Shen, Zhiding Yu, Jose M. Alvarez

    Abstract: The cornerstone of autonomous vehicles (AV) is a solid perception system, where camera encoders play a crucial role. Existing works usually leverage pre-trained Convolutional Neural Networks (CNN) or Vision Transformers (ViTs) designed for general vision tasks, such as image classification, segmentation, and 2D detection. Although those well-known architectures have achieved state-of-the-art accur… ▽ More

    Submitted 9 July, 2024; originally announced July 2024.

  2. arXiv:2406.12079  [pdf, other

    cs.CV cs.AI cs.LG

    Multi-Dimensional Pruning: Joint Channel, Layer and Block Pruning with Latency Constraint

    Authors: Xinglong Sun, Barath Lakshmanan, Maying Shen, Shiyi Lan, Jingde Chen, Jose Alvarez

    Abstract: As we push the boundaries of performance in various vision tasks, the models grow in size correspondingly. To keep up with this growth, we need very aggressive pruning techniques for efficient inference and deployment on edge devices. Existing pruning approaches are limited to channel pruning and struggle with aggressive parameter reductions. In this paper, we propose a novel multi-dimensional pru… ▽ More

    Submitted 17 June, 2024; originally announced June 2024.

    Comments: Under Review

  3. arXiv:2406.06978  [pdf, other

    cs.CV

    Hydra-MDP: End-to-end Multimodal Planning with Multi-target Hydra-Distillation

    Authors: Zhenxin Li, Kailin Li, Shihao Wang, Shiyi Lan, Zhiding Yu, Yishen Ji, Zhiqi Li, Ziyue Zhu, Jan Kautz, Zuxuan Wu, Yu-Gang Jiang, Jose M. Alvarez

    Abstract: We propose Hydra-MDP, a novel paradigm employing multiple teachers in a teacher-student model. This approach uses knowledge distillation from both human and rule-based teachers to train the student model, which features a multi-head decoder to learn diverse trajectory candidates tailored to various evaluation metrics. With the knowledge of rule-based teachers, Hydra-MDP learns how the environment… ▽ More

    Submitted 19 June, 2024; v1 submitted 11 June, 2024; originally announced June 2024.

    Comments: The 1st place solution of End-to-end Driving at Scale at the CVPR 2024 Autonomous Grand Challenge

  4. arXiv:2405.01533  [pdf, other

    cs.CV

    OmniDrive: A Holistic LLM-Agent Framework for Autonomous Driving with 3D Perception, Reasoning and Planning

    Authors: Shihao Wang, Zhiding Yu, Xiaohui Jiang, Shiyi Lan, Min Shi, Nadine Chang, Jan Kautz, Ying Li, Jose M. Alvarez

    Abstract: The advances in multimodal large language models (MLLMs) have led to growing interests in LLM-based autonomous driving agents to leverage their strong reasoning capabilities. However, capitalizing on MLLMs' strong reasoning capabilities for improved planning behavior is challenging since planning requires full 3D situational awareness beyond 2D reasoning. To address this challenge, our work propos… ▽ More

    Submitted 2 May, 2024; originally announced May 2024.

  5. arXiv:2404.01990  [pdf, other

    cs.CV

    What is Point Supervision Worth in Video Instance Segmentation?

    Authors: Shuaiyi Huang, De-An Huang, Zhiding Yu, Shiyi Lan, Subhashree Radhakrishnan, Jose M. Alvarez, Abhinav Shrivastava, Anima Anandkumar

    Abstract: Video instance segmentation (VIS) is a challenging vision task that aims to detect, segment, and track objects in videos. Conventional VIS methods rely on densely-annotated object masks which are expensive. We reduce the human annotations to only one point for each object in a video frame during training, and obtain high-quality mask predictions close to fully supervised models. Our proposed train… ▽ More

    Submitted 1 April, 2024; originally announced April 2024.

  6. arXiv:2402.12177  [pdf, ps, other

    cs.LG cs.AI cs.CL

    Mafin: Enhancing Black-Box Embeddings with Model Augmented Fine-Tuning

    Authors: Mingtian Zhang, Shawn Lan, Peter Hayes, David Barber

    Abstract: Retrieval Augmented Generation (RAG) has emerged as an effective solution for mitigating hallucinations in Large Language Models (LLMs). The retrieval stage in RAG typically involves a pre-trained embedding model, which converts queries and passages into vectors to capture their semantics. However, a standard pre-trained embedding model may exhibit sub-optimal performance when applied to specific… ▽ More

    Submitted 12 March, 2024; v1 submitted 19 February, 2024; originally announced February 2024.

  7. arXiv:2402.00892  [pdf, other

    cs.SD cs.AI cs.LG eess.AS

    EVA-GAN: Enhanced Various Audio Generation via Scalable Generative Adversarial Networks

    Authors: Shijia Liao, Shiyi Lan, Arun George Zachariah

    Abstract: The advent of Large Models marks a new era in machine learning, significantly outperforming smaller models by leveraging vast datasets to capture and synthesize complex patterns. Despite these advancements, the exploration into scaling, especially in the audio generation domain, remains limited, with previous efforts didn't extend into the high-fidelity (HiFi) 44.1kHz domain and suffering from bot… ▽ More

    Submitted 30 January, 2024; originally announced February 2024.

  8. arXiv:2401.03844  [pdf, other

    cs.CV

    Fully Attentional Networks with Self-emerging Token Labeling

    Authors: Bingyin Zhao, Zhiding Yu, Shiyi Lan, Yutao Cheng, Anima Anandkumar, Yingjie Lao, Jose M. Alvarez

    Abstract: Recent studies indicate that Vision Transformers (ViTs) are robust against out-of-distribution scenarios. In particular, the Fully Attentional Network (FAN) - a family of ViT backbones, has achieved state-of-the-art robustness. In this paper, we revisit the FAN models and improve their pre-training with a self-emerging token labeling (STL) framework. Our method contains a two-stage training framew… ▽ More

    Submitted 8 January, 2024; originally announced January 2024.

    Journal ref: Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2023, pp. 5585-5595

  9. arXiv:2312.13764  [pdf, other

    cs.CV cs.CL cs.LG

    A Semantic Space is Worth 256 Language Descriptions: Make Stronger Segmentation Models with Descriptive Properties

    Authors: Junfei Xiao, Ziqi Zhou, Wenxuan Li, Shiyi Lan, Jieru Mei, Zhiding Yu, Alan Yuille, Yuyin Zhou, Cihang Xie

    Abstract: This paper introduces ProLab, a novel approach using property-level label space for creating strong interpretable segmentation models. Instead of relying solely on category-specific annotations, ProLab uses descriptive properties grounded in common sense knowledge for supervising segmentation models. It is based on two core designs. First, we employ Large Language Models (LLMs) and carefully craft… ▽ More

    Submitted 21 December, 2023; originally announced December 2023.

    Comments: Preprint. Code is available at https://github.com/lambert-x/ProLab

  10. arXiv:2312.11799  [pdf, other

    stat.CO

    Scaling Up Bayesian Neural Networks with Neural Networks

    Authors: Zahra Moslemi, Yang Meng, Shiwei Lan, Babak Shahbaba

    Abstract: Bayesian Neural Network (BNN) offers a more principled, robust, and interpretable framework for analyzing high-dimensional data. They address the typical challenges associated with conventional deep learning methods, such as data insatiability, ad-hoc nature, and susceptibility to overfitting. However, their implementation typically relies on Markov chain Monte Carlo (MCMC) methods that are charac… ▽ More

    Submitted 18 December, 2023; originally announced December 2023.

    Comments: 13 pages

  11. arXiv:2312.03031  [pdf, other

    cs.CV

    Is Ego Status All You Need for Open-Loop End-to-End Autonomous Driving?

    Authors: Zhiqi Li, Zhiding Yu, Shiyi Lan, Jiahan Li, Jan Kautz, Tong Lu, Jose M. Alvarez

    Abstract: End-to-end autonomous driving recently emerged as a promising research direction to target autonomy from a full-stack perspective. Along this line, many of the latest works follow an open-loop evaluation setting on nuScenes to study the planning behavior. In this paper, we delve deeper into the problem by conducting thorough analyses and demystifying more devils in the details. We initially observ… ▽ More

    Submitted 2 June, 2024; v1 submitted 5 December, 2023; originally announced December 2023.

    Comments: Accept to cvpr 2024

  12. arXiv:2312.01696  [pdf, other

    cs.CV

    BEVNeXt: Reviving Dense BEV Frameworks for 3D Object Detection

    Authors: Zhenxin Li, Shiyi Lan, Jose M. Alvarez, Zuxuan Wu

    Abstract: Recently, the rise of query-based Transformer decoders is reshaping camera-based 3D object detection. These query-based decoders are surpassing the traditional dense BEV (Bird's Eye View)-based methods. However, we argue that dense BEV frameworks remain important due to their outstanding abilities in depth estimation and object localization, depicting 3D scenes accurately and comprehensively. This… ▽ More

    Submitted 24 March, 2024; v1 submitted 4 December, 2023; originally announced December 2023.

  13. arXiv:2312.00081  [pdf, other

    cs.CV

    Synthesize, Diagnose, and Optimize: Towards Fine-Grained Vision-Language Understanding

    Authors: Wujian Peng, Sicheng Xie, Zuyao You, Shiyi Lan, Zuxuan Wu

    Abstract: Vision language models (VLM) have demonstrated remarkable performance across various downstream tasks. However, understanding fine-grained visual-linguistic concepts, such as attributes and inter-object relationships, remains a significant challenge. While several benchmarks aim to evaluate VLMs in finer granularity, their primary focus remains on the linguistic aspect, neglecting the visual dimen… ▽ More

    Submitted 30 March, 2024; v1 submitted 29 November, 2023; originally announced December 2023.

    Comments: Accepted by CVPR 2024

  14. arXiv:2311.14671  [pdf, other

    cs.CV

    SEGIC: Unleashing the Emergent Correspondence for In-Context Segmentation

    Authors: Lingchen Meng, Shiyi Lan, Hengduo Li, Jose M. Alvarez, Zuxuan Wu, Yu-Gang Jiang

    Abstract: In-context segmentation aims at segmenting novel images using a few labeled example images, termed as "in-context examples", exploring content similarities between examples and the target. The resulting models can be generalized seamlessly to novel segmentation tasks, significantly reducing the labeling and training costs compared with conventional pipelines. However, in-context segmentation is mo… ▽ More

    Submitted 29 March, 2024; v1 submitted 24 November, 2023; originally announced November 2023.

  15. arXiv:2311.05175  [pdf, other

    quant-ph physics.atom-ph

    Creation of Two-Mode Squeezed States in Atomic Mechanical Oscillators

    Authors: Wui Seng Leong, Mingjie Xin, Zilong Chen, Yu Wang, Shau-Yu Lan

    Abstract: Two-mode squeezed states, which are entangled states with bipartite quantum correlations in continuous-variable systems, are crucial in quantum information processing and metrology. Recently, continuous-variable quantum computing with the vibrational modes of trapped atoms has emerged with significant progress, featuring a high degree of control in hybridizing with spin qubits. Creating two-mode s… ▽ More

    Submitted 9 November, 2023; originally announced November 2023.

    Journal ref: PhysRevLett.131.193601 (2023)

  16. arXiv:2311.03695  [pdf, other

    cs.LG cs.AI

    Context Shift Reduction for Offline Meta-Reinforcement Learning

    Authors: Yunkai Gao, Rui Zhang, Jiaming Guo, Fan Wu, Qi Yi, Shaohui Peng, Siming Lan, Ruizhi Chen, Zidong Du, Xing Hu, Qi Guo, Ling Li, Yunji Chen

    Abstract: Offline meta-reinforcement learning (OMRL) utilizes pre-collected offline datasets to enhance the agent's generalization ability on unseen tasks. However, the context shift problem arises due to the distribution discrepancy between the contexts used for training (from the behavior policy) and testing (from the exploration policy). The context shift problem leads to incorrect task inference and fur… ▽ More

    Submitted 6 November, 2023; originally announced November 2023.

  17. arXiv:2311.03466  [pdf

    cond-mat.mtrl-sci cond-mat.dis-nn

    Spatial Correlation at the Boson Peak Frequency in Amorphous Materials

    Authors: X. Y. Li, H. P. Zhang, S. Lan, D. L. Abernathy, C. H. Hu, L. R. Fan, M. Z. Li, X. -L. Wang

    Abstract: The Boson peak (BP), an excess of vibrational density of states, is ubiquitous for amorphous materials and is believed to hold the key to understanding the dynamics of glass and glass transition. Previous studies have established an energy scale for the BP, which is ~1-10 meV or ~THz in frequency. However, so far, little is known about the momentum dependence or spatial correlation of the BP. Here… ▽ More

    Submitted 6 November, 2023; originally announced November 2023.

    Comments: 19 pages, 4 figures,

  18. arXiv:2311.01316  [pdf, other

    cond-mat.quant-gas gr-qc hep-th

    Heating up quadruply quantized vortices: Splitting patterns and dynamical transitions

    Authors: Shanquan Lan, Xin Li, Yu Tian, Peng Yang, Hongbao Zhang

    Abstract: Using holographic duality, we investigate the impact of finite temperature on the instability and splitting patterns of quadruply quantized vortices, providing the first-ever analysis in this context. Through linear stability analysis, we reveal the occurrence of two consecutive dynamical transitions. At a specific low temperature, the dominant unstable mode transitions from the $2$-fold rotationa… ▽ More

    Submitted 19 November, 2023; v1 submitted 2 November, 2023; originally announced November 2023.

    Comments: 10 pages,8 figures, version to appear in Physical Review Letters

  19. arXiv:2311.01075  [pdf, other

    cs.LG

    Contrastive Modules with Temporal Attention for Multi-Task Reinforcement Learning

    Authors: Siming Lan, Rui Zhang, Qi Yi, Jiaming Guo, Shaohui Peng, Yunkai Gao, Fan Wu, Ruizhi Chen, Zidong Du, Xing Hu, Xishan Zhang, Ling Li, Yunji Chen

    Abstract: In the field of multi-task reinforcement learning, the modular principle, which involves specializing functionalities into different modules and combining them appropriately, has been widely adopted as a promising approach to prevent the negative transfer problem that performance degradation due to conflicts between tasks. However, most of the existing multi-task RL methods only combine shared mod… ▽ More

    Submitted 2 November, 2023; originally announced November 2023.

    Comments: This paper has been accepted at NeurIPS 2023 as a poster

  20. arXiv:2310.19731  [pdf, other

    cs.CV cs.AI cs.LG

    ViR: Towards Efficient Vision Retention Backbones

    Authors: Ali Hatamizadeh, Michael Ranzinger, Shiyi Lan, Jose M. Alvarez, Sanja Fidler, Jan Kautz

    Abstract: Vision Transformers (ViTs) have attracted a lot of popularity in recent years, due to their exceptional capabilities in modeling long-range spatial dependencies and scalability for large scale training. Although the training parallelism of self-attention mechanism plays an important role in retaining great performance, its quadratic complexity baffles the application of ViTs in many scenarios whic… ▽ More

    Submitted 26 January, 2024; v1 submitted 30 October, 2023; originally announced October 2023.

    Comments: Introduction of Vision Retention Networks (ViR) for Efficient Visual Modeling

  21. Effect of irradiation on the spin of millisecond pulsars

    Authors: Shunyi Lan, Xiangcun Meng

    Abstract: A millisecond pulsar (MSP) is an old neutron star (NS) that has accreted material from its companion star, causing it to spin up, which is known as the recycling scenario. During the mass transfer phase, the system manifests itself as an X-ray binary. PSR J1402+13 is an MSP with a spin period of $5.89~{\rm ms}$ and a spin period derivative of $\log\dot{P}_{\rm spin}=-16.32$. These properties make… ▽ More

    Submitted 29 September, 2023; originally announced September 2023.

    Comments: Accepted for publication in ApJL. Compiled in AASTEX62

    Journal ref: ApJL 956 L24 (2023)

  22. arXiv:2308.04556  [pdf, other

    cs.CV

    FocalFormer3D : Focusing on Hard Instance for 3D Object Detection

    Authors: Yilun Chen, Zhiding Yu, Yukang Chen, Shiyi Lan, Animashree Anandkumar, Jiaya Jia, Jose Alvarez

    Abstract: False negatives (FN) in 3D object detection, {\em e.g.}, missing predictions of pedestrians, vehicles, or other obstacles, can lead to potentially dangerous situations in autonomous driving. While being fatal, this issue is understudied in many current 3D detection methods. In this work, we propose Hard Instance Probing (HIP), a general pipeline that identifies \textit{FN} in a multi-stage manner… ▽ More

    Submitted 8 August, 2023; originally announced August 2023.

    Comments: Accepted by ICCV 2023

  23. arXiv:2308.03666  [pdf, other

    stat.ML cs.LG

    Bridging Trustworthiness and Open-World Learning: An Exploratory Neural Approach for Enhancing Interpretability, Generalization, and Robustness

    Authors: Shide Du, Zihan Fang, Shiyang Lan, Yanchao Tan, Manuel Günther, Shiping Wang, Wenzhong Guo

    Abstract: As researchers strive to narrow the gap between machine intelligence and human through the development of artificial intelligence technologies, it is imperative that we recognize the critical importance of trustworthiness in open-world, which has become ubiquitous in all aspects of daily life for everyone. However, several challenges may create a crisis of trust in current artificial intelligence… ▽ More

    Submitted 18 October, 2023; v1 submitted 7 August, 2023; originally announced August 2023.

  24. arXiv:2307.01492  [pdf, other

    cs.CV cs.RO

    FB-OCC: 3D Occupancy Prediction based on Forward-Backward View Transformation

    Authors: Zhiqi Li, Zhiding Yu, David Austin, Mingsheng Fang, Shiyi Lan, Jan Kautz, Jose M. Alvarez

    Abstract: This technical report summarizes the winning solution for the 3D Occupancy Prediction Challenge, which is held in conjunction with the CVPR 2023 Workshop on End-to-End Autonomous Driving and CVPR 23 Workshop on Vision-Centric Autonomous Driving Workshop. Our proposed solution FB-OCC builds upon FB-BEV, a cutting-edge camera-based bird's-eye view perception design using forward-backward projection.… ▽ More

    Submitted 4 July, 2023; originally announced July 2023.

    Comments: Outstanding Champion and Innovation Award in the 3D Occupancy Prediction Challenge (CVPR23)

  25. arXiv:2306.16378  [pdf, other

    stat.ME stat.ML

    Spatiotemporal Besov Priors for Bayesian Inverse Problems

    Authors: Shiwei Lan, Mirjeta Pasha, Shuyi Li, Weining Shen

    Abstract: Fast development in science and technology has driven the need for proper statistical tools to capture special data features such as abrupt changes or sharp contrast. Many inverse problems in data science require spatiotemporal solutions derived from a sequence of time-dependent objects with these spatial features, e.g., dynamic reconstruction of computerized tomography (CT) images with edges. Con… ▽ More

    Submitted 26 March, 2024; v1 submitted 28 June, 2023; originally announced June 2023.

    Comments: 47 pages, 15 figures

  26. arXiv:2306.07307  [pdf, other

    cs.LG cs.AI

    Online Prototype Alignment for Few-shot Policy Transfer

    Authors: Qi Yi, Rui Zhang, Shaohui Peng, Jiaming Guo, Yunkai Gao, Kaizhao Yuan, Ruizhi Chen, Siming Lan, Xing Hu, Zidong Du, Xishan Zhang, Qi Guo, Yunji Chen

    Abstract: Domain adaptation in reinforcement learning (RL) mainly deals with the changes of observation when transferring the policy to a new environment. Many traditional approaches of domain adaptation in RL manage to learn a mapping function between the source and target domain in explicit or implicit ways. However, they typically require access to abundant data from the target domain. Besides, they ofte… ▽ More

    Submitted 12 June, 2023; originally announced June 2023.

    Comments: This paper has been accepted at ICML2023

  27. arXiv:2305.18312  [pdf, other

    cs.CY cs.AI cs.LG

    Balancing Test Accuracy and Security in Computerized Adaptive Testing

    Authors: Wanyong Feng, Aritra Ghosh, Stephen Sireci, Andrew S. Lan

    Abstract: Computerized adaptive testing (CAT) is a form of personalized testing that accurately measures students' knowledge levels while reducing test length. Bilevel optimization-based CAT (BOBCAT) is a recent framework that learns a data-driven question selection algorithm to effectively reduce test length and improve test accuracy. However, it suffers from high question exposure and test overlap rates,… ▽ More

    Submitted 18 May, 2023; originally announced May 2023.

    Comments: The 24th International Conference on Artificial Intelligence in Education (AIED 2023)

  28. Collaborative Multi-Agent Video Fast-Forwarding

    Authors: Shuyue Lan, Zhilu Wang, Ermin Wei, Amit K. Roy-Chowdhury, Qi Zhu

    Abstract: Multi-agent applications have recently gained significant popularity. In many computer vision tasks, a network of agents, such as a team of robots with cameras, could work collaboratively to perceive the environment for efficient and accurate situation awareness. However, these agents often have limited computation, communication, and storage resources. Thus, reducing resource consumption while st… ▽ More

    Submitted 27 May, 2023; originally announced May 2023.

    Comments: IEEE Transactions on Multimedia, 2023. arXiv admin note: text overlap with arXiv:2008.04437

  29. arXiv:2305.00274  [pdf

    cond-mat.mtrl-sci

    Evolution of medium-range order and its correlation with magnetic nanodomains in Fe-Dy-B-Nb bulk metallic glasses

    Authors: Jiacheng Ge, Yao Gu, Zhongzhen Yao, Sinan Liu, Huiqiang Ying, Chenyu Lu, Zhenduo Wu, Yang Ren, Jun-ichi Suzuki, Zhenhua Xie, Yubin Ke, He Zhu, Song Tang, Xun-Li Wang, Si Lan

    Abstract: Fe-based metallic glasses are promising functional materials for advanced magnetism and sensor fields. Tailoring magnetic performance in amorphous materials requires a thorough knowledge of the correlation between structural disorder and magnetic order, which remains ambiguous. Two practical difficulties remain: the first is directly observing subtle magnetic structural changes on multiple scales,… ▽ More

    Submitted 29 April, 2023; originally announced May 2023.

    Comments: number of pages is 31 and number of figures is 14, including the Supplementary Material

  30. arXiv:2302.04858  [pdf, other

    cs.CV cs.AI cs.CL cs.IR cs.LG

    Re-ViLM: Retrieval-Augmented Visual Language Model for Zero and Few-Shot Image Captioning

    Authors: Zhuolin Yang, Wei Ping, Zihan Liu, Vijay Korthikanti, Weili Nie, De-An Huang, Linxi Fan, Zhiding Yu, Shiyi Lan, Bo Li, Ming-Yu Liu, Yuke Zhu, Mohammad Shoeybi, Bryan Catanzaro, Chaowei Xiao, Anima Anandkumar

    Abstract: Augmenting pretrained language models (LMs) with a vision encoder (e.g., Flamingo) has obtained the state-of-the-art results in image-to-text generation. However, these models store all the knowledge within their parameters, thus often requiring enormous model parameters to model the abundant visual concepts and very rich textual descriptions. Additionally, they are inefficient in incorporating ne… ▽ More

    Submitted 22 October, 2023; v1 submitted 9 February, 2023; originally announced February 2023.

    Comments: Findings of EMNLP 2023

  31. arXiv:2301.03992  [pdf, other

    cs.CV cs.LG cs.MM

    Vision Transformers Are Good Mask Auto-Labelers

    Authors: Shiyi Lan, Xitong Yang, Zhiding Yu, Zuxuan Wu, Jose M. Alvarez, Anima Anandkumar

    Abstract: We propose Mask Auto-Labeler (MAL), a high-quality Transformer-based mask auto-labeling framework for instance segmentation using only box annotations. MAL takes box-cropped images as inputs and conditionally generates their mask pseudo-labels.We show that Vision Transformers are good mask auto-labelers. Our method significantly reduces the gap between auto-labeling and human annotation regarding… ▽ More

    Submitted 10 January, 2023; originally announced January 2023.

  32. arXiv:2301.03203  [pdf, other

    hep-th cond-mat.quant-gas

    Splitting of doubly quantized vortices in holographic superfluid of finite temperature

    Authors: Shanquan Lan, Xin Li, Jiexiong Mo, Yu Tian, Yu-Kun Yan, Peng Yang, Hongbao Zhang

    Abstract: The temperature effect on the linear instability and the splitting process of a doubly quantized vortex is studied. Using the linear perturbation theory to calculate out the quasi-normal modes of the doubly quantized vortex, we find that the imaginary part of the unstable mode increases with the temperature till some turning temperature, after which the imaginary part of the unstable mode decrease… ▽ More

    Submitted 16 May, 2023; v1 submitted 9 January, 2023; originally announced January 2023.

    Comments: 21 pages, 9 figures, references added, clarifications made, typos corrected, version to appear in JHEP

  33. arXiv:2210.12852  [pdf, other

    cs.CV

    1st Place Solution of The Robust Vision Challenge 2022 Semantic Segmentation Track

    Authors: Junfei Xiao, Zhichao Xu, Shiyi Lan, Zhiding Yu, Alan Yuille, Anima Anandkumar

    Abstract: This report describes the winning solution to the Robust Vision Challenge (RVC) semantic segmentation track at ECCV 2022. Our method adopts the FAN-B-Hybrid model as the encoder and uses SegFormer as the segmentation framework. The model is trained on a composite dataset consisting of images from 9 datasets (ADE20K, Cityscapes, Mapillary Vistas, ScanNet, VIPER, WildDash 2, IDD, BDD, and COCO) with… ▽ More

    Submitted 7 November, 2022; v1 submitted 23 October, 2022; originally announced October 2022.

    Comments: The Winning Solution to The Robust Vision Challenge 2022 Semantic Segmentation Track

  34. arXiv:2210.07987  [pdf, other

    stat.ME stat.ML

    Bayesian Learning via Q-Exponential Process

    Authors: Shuyi Li, Michael O'Connor, Shiwei Lan

    Abstract: Regularization is one of the most fundamental topics in optimization, statistics and machine learning. To get sparsity in estimating a parameter $u\in\mathbb{R}^d$, an $\ell_q$ penalty term, $\Vert u\Vert_q$, is usually added to the objective function. What is the probabilistic distribution corresponding to such $\ell_q$ penalty? What is the correct stochastic process corresponding to… ▽ More

    Submitted 15 November, 2023; v1 submitted 14 October, 2022; originally announced October 2022.

    Comments: 21 pages, 15 figures

    Journal ref: Proceedings of 37th Conference on Neural Information Processing Systems, 2023 @ New Orleans

  35. $K^{*0}$ production in Au+Au collisions at $\sqrt{s_{\rm NN}}$ = 7.7, 11.5, 14.5, 19.6, 27 and 39 GeV from RHIC beam energy scan

    Authors: STAR Collaboration, M. S. Abdallah, B. E. Aboona, J. Adam, L. Adamczyk, J. R. Adams, J. K. Adkins, I. Aggarwal, M. M. Aggarwal, Z. Ahammed, D. M. Anderson, E. C. Aschenauer, J. Atchison, V. Bairathi, W. Baker, J. G. Ball Cap, K. Barish, R. Bellwied, P. Bhagat, A. Bhasin, S. Bhatta, J. Bielcik, J. Bielcikova, J. D. Brandenburg, X. Z. Cai , et al. (350 additional authors not shown)

    Abstract: We report the measurement of $K^{*0}$ meson at midrapidity ($|y|<$ 1.0) in Au+Au collisions at $\sqrt{s_{\rm NN}}$~=~7.7, 11.5, 14.5, 19.6, 27 and 39 GeV collected by the STAR experiment during the RHIC beam energy scan (BES) program. The transverse momentum spectra, yield, and average transverse momentum of $K^{*0}$ are presented as functions of collision centrality and beam energy. The… ▽ More

    Submitted 5 April, 2023; v1 submitted 6 October, 2022; originally announced October 2022.

    Comments: 17 pages, 12 figures

    Journal ref: Phys. Rev. C. 107. 034907 (2023)

  36. arXiv:2209.12403  [pdf, other

    stat.CO stat.ML

    Sampling Constrained Continuous Probability Distributions: A Review

    Authors: Shiwei Lan, Lulu Kang

    Abstract: The problem of sampling constrained continuous distributions has frequently appeared in many machine/statistical learning models. Many Monte Carlo Markov Chain (MCMC) sampling methods have been adapted to handle different types of constraints on the random variables. Among these methods, Hamilton Monte Carlo (HMC) and the related approaches have shown significant advantages in terms of computation… ▽ More

    Submitted 25 September, 2022; originally announced September 2022.

    Journal ref: WIREs Computational Statistics 2023

  37. arXiv:2209.11940  [pdf, other

    nucl-ex hep-ex hep-lat hep-ph nucl-th

    Higher-Order Cumulants and Correlation Functions of Proton Multiplicity Distributions in $\sqrt{s_{\mathrm{NN}}}$ = 3 GeV Au+Au Collisions at the RHIC STAR Experiment

    Authors: STAR Collaboration, M. S. Abdallah, B. E. Aboona, J. Adam, L. Adamczyk, J. R. Adams, J. K. Adkins, I. Aggarwal, M. M. Aggarwal, Z. Ahammed, D. M. Anderson, E. C. Aschenauer, J. Atchison, V. Bairathi, W. Baker, J. G. Ball Cap, K. Barish, R. Bellwied, P. Bhagat, A. Bhasin, S. Bhatta, J. Bielcik, J. Bielcikova, J. D. Brandenburg, X. Z. Cai , et al. (349 additional authors not shown)

    Abstract: We report a measurement of cumulants and correlation functions of event-by-event proton multiplicity distributions from fixed-target Au+Au collisions at $\sqrt{s_{\rm NN}}$ = 3 GeV measured by the STAR experiment. Protons are identified within the rapidity ($y$) and transverse momentum ($p_{\rm T}$) region $-0.9 < y<0$ and $0.4 < p_{\rm T} <2.0 $ GeV/$c$ in the center-of-mass frame. A systematic a… ▽ More

    Submitted 22 February, 2023; v1 submitted 24 September, 2022; originally announced September 2022.

    Comments: 25 pages, 20 figures, 4 tables

    Journal ref: Phys. Rev. C 107, 024908(2023)

  38. arXiv:2209.08479  [pdf, other

    physics.atom-ph cond-mat.quant-gas

    Bi-color atomic beam slower and magnetic field compensation for ultracold gases

    Authors: Jianing Li, Kelvin Lim, Swarup Das, Thomas Zanon-Willette, Chen-Hao Feng, Paul Robert, Andrea Bertoldi, Philippe Bouyer, Chang Chi Kwong, Shau-Yu Lan, David Wilkowski

    Abstract: Transversely loaded bidimensional-magneto-optical-traps (2D-MOT) have been recently developed as high flux sources for cold strontium atoms to realize a new generation of compact experimental setups. Here, we discuss on the implementation of a cross-polarized bi-color slower for a strontium atomic beam improving the 2D-MOT loading, and increasing the number of atoms in a final MOT by eleven times.… ▽ More

    Submitted 5 January, 2023; v1 submitted 18 September, 2022; originally announced September 2022.

    Comments: 8 pages, 6 figures

    Journal ref: AVS Quantum Sci. 4, 046801 (2022)

  39. arXiv:2208.00653  [pdf, ps, other

    nucl-ex hep-ex hep-ph nucl-th

    Pion, kaon, and (anti-)proton production in U+U Collisions at $\sqrt{s_{NN}}$ = 193 GeV measured with the STAR detector

    Authors: STAR Collaboration, M. S. Abdallah, B. E. Aboona, J. Adam, J. R. Adams, J. K. Adkins, G. Agakishiev, I. Aggarwal, M. M. Aggarwal, Z. Ahammed, A. Aitbaev, I. Alekseev, D. M. Anderson, A. Aparin, J. Atchison, G. S. Averichev, V. Bairathi, W. Baker, J. G. Ball Cap, K. Barish, P. Bhagat, A. Bhasin, S. Bhatta, I. G. Bordyuzhin, J. D. Brandenburg , et al. (330 additional authors not shown)

    Abstract: We present the first measurements of transverse momentum spectra of $π^{\pm}$, $K^{\pm}$, $p(\bar{p})$ at midrapidity ($|y| < 0.1$) in U+U collisions at $\sqrt{s_{NN}}$ = 193 GeV with the STAR detector at the Relativistic Heavy Ion Collider (RHIC). The centrality dependence of particle yields, average transverse momenta, particle ratios and kinetic freeze-out parameters are discussed. The results… ▽ More

    Submitted 11 February, 2023; v1 submitted 1 August, 2022; originally announced August 2022.

    Comments: 17 pages, 14 figures and 7 tables; Replaced with the updated version published in Physical Review C

    Journal ref: Phys. Rev. C 107 (2023) 024901

  40. arXiv:2207.02814  [pdf, other

    hep-th cond-mat.quant-gas physics.flu-dyn

    Holographic dissipation prefers the Landau over the Keldysh form

    Authors: Yu-Kun Yan, Shanquan Lan, Yu Tian, Peng Yang, Shunhui Yao, Hongbao Zhang

    Abstract: Although holographic duality has been regarded as a complementary tool in helping understand the non-equilibrium dynamics of strongly coupled many-body systems, it still remains a remarkable challenge how to confront its predictions quantitatively with the real experimental scenarios. By matching the holographic vortex dynamics with the phenomenological dissipative Gross-Pitaeviskii models, we fin… ▽ More

    Submitted 26 May, 2023; v1 submitted 6 July, 2022; originally announced July 2022.

    Comments: some changes in presentation, version to appear in PRD as a Letter

    Journal ref: Phys. Rev. D 107, L121901 (2023)

  41. Measurement of $\rm ^4_ΛH$ and $\rm ^4_ΛHe$ binding energy in Au+Au collisions at $\sqrt{s_\mathrm{NN}}$ = 3 GeV

    Authors: STAR Collaboration, M. S. Abdallah, B. E. Aboona, J. Adam, L. Adamczyk, J. R. Adams, J. K. Adkins, I. Aggarwal, M. M. Aggarwal, Z. Ahammed, D. M. Anderson, E. C. Aschenauer, M. U. Ashraf, J. Atchison, V. Bairathi, W. Baker, J. G. Ball Cap, K. Barish, A. Behera, R. Bellwied, P. Bhagat, A. Bhasin, J. Bielcik, J. Bielcikova, J. D. Brandenburg , et al. (348 additional authors not shown)

    Abstract: Measurements of mass and $Λ$ binding energy of $\rm ^4_ΛH$ and $\rm ^4_ΛHe$ in Au+Au collisions at $\sqrt{s_{_{\rm NN}}}=3$ GeV are presented, with an aim to address the charge symmetry breaking (CSB) problem in hypernuclei systems with atomic number A = 4. The $Λ$ binding energies are measured to be $\rm 2.22\pm0.06(stat.) \pm0.14(syst.)$ MeV and $\rm 2.38\pm0.13(stat.) \pm0.12(syst.)$ MeV for… ▽ More

    Submitted 3 October, 2022; v1 submitted 2 July, 2022; originally announced July 2022.

    Comments: 8 pages, 5 figures

    Journal ref: M. Abdallah et. al., STAR Collaboration, Physics Letters B 834 (2022) 137449

  42. Azimuthal transverse single-spin asymmetries of inclusive jets and identified hadrons within jets from polarized $pp$ collisions at $\sqrt{s}$ = 200 GeV

    Authors: STAR Collaboration, M. S. Abdallah, B. E. Aboona, J. Adam, L. Adamczyk, J. R. Adams, J. K. Adkins, I. Aggarwal, M. M. Aggarwal, Z. Ahammed, D. M. Anderson, E. C. Aschenauer, M. U. Ashraf, J. Atchison, V. Bairathi, W. Baker, J. G. Ball Cap, K. Barish, A. Behera, R. Bellwied, P. Bhagat, A. Bhasin, J. Bielcik, J. Bielcikova, J. D. Brandenburg , et al. (348 additional authors not shown)

    Abstract: The STAR Collaboration reports measurements of the transverse single-spin asymmetries, $A_N$, for inclusive jets and identified `hadrons within jets' production at midrapidity from transversely polarized $pp$ collisions at $\sqrt{s}$ = 200 GeV, based on data recorded in 2012 and 2015. The inclusive jet asymmetry measurements include $A_N$ for inclusive jets and $A_N$ for jets containing a charged… ▽ More

    Submitted 19 September, 2022; v1 submitted 24 May, 2022; originally announced May 2022.

    Comments: 24 pages, 24 figures, Accepted by PRD

  43. Azimuthal anisotropy measurement of (multi-)strange hadrons in Au+Au collisions at $\sqrt{s_{\text{NN}}}$ = 54.4 GeV

    Authors: STAR Collaboration, M. S. Abdallah, B. E. Aboona, J. Adam, L. Adamczyk, J. R. Adams, J. K. Adkins, I. Aggarwal, M. M. Aggarwal, Z. Ahammed, D. M. Anderson, E. C. Aschenauer, J. Atchison, V. Bairathi, W. Baker, J. G. Ball Cap, K. Barish, R. Bellwied, P. Bhagat, A. Bhasin, S. Bhatta, J. Bielcik, J. Bielcikova, J. D. Brandenburg, X. Z. Cai , et al. (347 additional authors not shown)

    Abstract: Azimuthal anisotropy of produced particles is one of the most important observables used to access the collective properties of the expanding medium created in relativistic heavy-ion collisions. In this paper, we present second ($v_{2}$) and third ($v_{3}$) order azimuthal anisotropies of $K_{S}^{0}$, $φ$, $Λ$, $Ξ$ and $Ω$ at mid-rapidity ($|y|<$1) in Au+Au collisions at $\sqrt{s_{\text{NN}}}$ = 5… ▽ More

    Submitted 23 February, 2023; v1 submitted 23 May, 2022; originally announced May 2022.

    Comments: 12 pages, 14 figures

    Journal ref: Phys. Rev. C 107, 024912 (2023)

  44. arXiv:2205.08994  [pdf

    cond-mat.mtrl-sci

    Interfacial properties of 2D WS2 on SiO2 substrate from x-ray photoelectron spectroscopy and first-principles calculations

    Authors: Changjie Zhou, Huili Zhu, Weifeng Yang, Qiubao Lin, Tongchang Zheng, Lan Yang, Shuqiong Lan

    Abstract: Two-dimensional (2D) WS2 films were deposited on SiO2 wafers, and the related interfacial properties were investigated by high-resolution x-ray photoelectron spectroscopy (XPS) and first-principles calculations. Using the direct (indirect) method, the valence band offset (VBO) at monolayer WS2/SiO2 interface was found to be 3.97 eV (3.86 eV), and the conduction band offset (CBO) was 2.70 eV (2.81… ▽ More

    Submitted 18 May, 2022; originally announced May 2022.

  45. arXiv:2204.11661  [pdf, ps, other

    nucl-ex

    Two-particle correlations on transverse rapidity in Au+Au collisions at $\sqrt{s_{\rm NN}}=200$ GeV at STAR

    Authors: STAR Collaboration, M. S. Abdallah, B. E. Aboona, J. Adam, L. Adamczyk, J. R. Adams, J. K. Adkins, G. Agakishiev, I. Aggarwal, M. M. Aggarwal, Z. Ahammed, A. Aitbaev, I. Alekseev, D. M. Anderson, A. Aparin, E. C. Aschenauer, M. U. Ashraf, F. G. Atetalla, G. S. Averichev, V. Bairathi, W. Baker, J. G. Ball Cap, K. Barish, A. Behera, R. Bellwied , et al. (370 additional authors not shown)

    Abstract: Two-particle correlation measurements projected onto two-dimensional, transverse rapidity coordinates ($y_{T1},y_{T2}$), allow access to dynamical properties of the QCD medium produced in relativistic heavy-ion collisions that angular correlation measurements are not sensitive to. We report non-identified charged-particle correlations for Au + Au minimum-bias collisions at $\sqrt{s_{\rm NN}}$ = 20… ▽ More

    Submitted 25 April, 2022; originally announced April 2022.

  46. arXiv:2204.10929  [pdf, other

    stat.ME

    Bayesian Spatiotemporal Modeling for Inverse Problems

    Authors: Shiwei Lan, Shuyi Li, Mirjeta Pasha

    Abstract: Inverse problems with spatiotemporal observations are ubiquitous in scientific studies and engineering applications. In these spatiotemporal inverse problems, observed multivariate time series are used to infer parameters of physical or biological interests. Traditional solutions for these problems often ignore the spatial or temporal correlations in the data (static model), or simply model the da… ▽ More

    Submitted 22 April, 2022; originally announced April 2022.

    Comments: 38 pages, 23 figures

  47. Pattern of Global Spin Alignment of $φ$ and $K^{*0}$ mesons in Heavy-Ion Collisions

    Authors: STAR Collaboration, M. S. Abdallah, B. E. Aboona, J. Adam, L. Adamczyk, J. R. Adams, J. K. Adkins, G. Agakishiev, I. Aggarwal, M. M. Aggarwal, Z. Ahammed, A. Aitbaev, I. Alekseev, D. M. Anderson, A. Aparin, E. C. Aschenauer, M. U. Ashraf, F. G. Atetalla, G. S. Averichev, V. Bairathi, W. Baker, J. G. Ball Cap, K. Barish, A. Behera, R. Bellwied , et al. (368 additional authors not shown)

    Abstract: Notwithstanding decades of progress since Yukawa first developed a description of the force between nucleons in terms of meson exchange, a full understanding of the strong interaction remains a major challenge in modern science. One remaining difficulty arises from the non-perturbative nature of the strong force, which leads to the phenomenon of quark confinement at distances on the order of the s… ▽ More

    Submitted 18 January, 2023; v1 submitted 5 April, 2022; originally announced April 2022.

  48. arXiv:2204.01625  [pdf, other

    nucl-ex nucl-th quant-ph

    Tomography of Ultra-relativistic Nuclei with Polarized Photon-gluon Collisions

    Authors: STAR Collaboration, M. S. Abdallah, B. E. Aboona, J. Adam, L. Adamczyk, J. R. Adams, J. K. Adkins, G. Agakishiev, I. Aggarwal, M. M. Aggarwal, Z. Ahammed, A. Aitbaev, I. Alekseev, D. M. Anderson, A. Aparin, E. C. Aschenauer, M. U. Ashraf, F. G. Atetalla, G. S. Averichev, V. Bairathi, W. Baker, J. G. Ball Cap, K. Barish, A. Behera, R. Bellwied , et al. (370 additional authors not shown)

    Abstract: A linearly polarized photon can be quantized from the Lorentz-boosted electromagnetic field of a nucleus traveling at ultra-relativistic speed. When two relativistic heavy nuclei pass one another at a distance of a few nuclear radii, the photon from one nucleus may interact through a virtual quark-antiquark pair with gluons from the other nucleus forming a short-lived vector meson (e.g. ${ρ^0}$).… ▽ More

    Submitted 4 April, 2022; originally announced April 2022.

    Journal ref: STAR Collaboration, Sci. Adv. 9, abq3903 (2023)

  49. arXiv:2203.07204  [pdf, ps, other

    nucl-ex

    Centrality and transverse momentum dependence of higher-order flow harmonics of identified hadrons in Au+Au collisions at $\sqrt{s_{\rm NN}}$ = 200 GeV

    Authors: STAR Collaboration, M. S. Abdallah, B. E. Aboona, J. Adam, L. Adamczyk, J. R. Adams, J. K. Adkins, G. Agakishiev, I. Aggarwal, M. M. Aggarwal, Z. Ahammed, A. Aitbaev, I. Alekseev, D. M. Anderson, A. Aparin, E. C. Aschenauer, M. U. Ashraf, F. G. Atetalla, G. S. Averichev, V. Bairathi, W. Baker, J. G. Ball Cap, K. Barish, A. Behera, R. Bellwied , et al. (373 additional authors not shown)

    Abstract: We present high-precision measurements of elliptic, triangular, and quadrangular flow $v_{2}$, $v_{3}$, and $v_{4}$, respectively, at midrapidity ($|η|<1.0$) for identified hadrons $π$, $p$, $K$, $\varphi$, $K_s$, $Λ$ as a function of centrality and transverse momentum in Au+Au collisions at the center-of-mass energy $\sqrt{s_{\rm NN}}=$ 200 GeV. We observe similar $v_{n}$ trends between light and… ▽ More

    Submitted 14 March, 2022; originally announced March 2022.

    Comments: 15 pages, 11 figures, submitted for publication

  50. arXiv:2203.00721  [pdf, other

    physics.comp-ph

    Validation of the Reduced Unified Continuum Formulation Against In Vitro 4D-Flow MRI

    Authors: Ingrid S. Lan, Ju Liu, Weiguang Yang, Judith Zimmermann, Daniel B. Ennis, Alison L. Marsden

    Abstract: In our recent work, we introduced the reduced unified continuum formulation for vascular fluid-structure interaction (FSI) and demonstrated enhanced solver accuracy, scalability, and performance compared to conventional approaches. We further verified the formulation against Womersley's deformable wall theory. In this study, we assessed its performance in a compliant patient-specific aortic model… ▽ More

    Submitted 1 March, 2022; originally announced March 2022.