-
On the equivalent p-th von Neumann-Jordan constant associated with isosceles orthogonality in Banach spaces
Authors:
Yuxin Wang,
Qi Liu,
Yongmo Hu,
Jinyu Xia,
Mengmeng Bao
Abstract:
In this paper, we define a new geometric constant based on isosceles orthogonality, denoted by . Through research, we find that this constant is the equivalent p-th von Neumann Jordan constant in the sense of isosceles orthogonality. First, we obtain some basic properties of the constant. Then, we calculate the upper and lower bounds of the constant. Through three examples, it is found that the up…
▽ More
In this paper, we define a new geometric constant based on isosceles orthogonality, denoted by . Through research, we find that this constant is the equivalent p-th von Neumann Jordan constant in the sense of isosceles orthogonality. First, we obtain some basic properties of the constant. Then, we calculate the upper and lower bounds of the constant. Through three examples, it is found that the upper bound of the constant is attainable. We also compare the relationship between this constant and other constants. Finally, we establish the connection between the constant and some geometric properties in Banach spaces, such as uniform non-squareness, uniform smoothness.
△ Less
Submitted 16 June, 2025;
originally announced June 2025.
-
Enabling Chatbots with Eyes and Ears: An Immersive Multimodal Conversation System for Dynamic Interactions
Authors:
Jihyoung Jang,
Minwook Bae,
Minji Kim,
Dilek Hakkani-Tur,
Hyounghun Kim
Abstract:
As chatbots continue to evolve toward human-like, real-world, interactions, multimodality remains an active area of research and exploration. So far, efforts to integrate multimodality into chatbots have primarily focused on image-centric tasks, such as visual dialogue and image-based instructions, placing emphasis on the "eyes" of human perception while neglecting the "ears", namely auditory aspe…
▽ More
As chatbots continue to evolve toward human-like, real-world, interactions, multimodality remains an active area of research and exploration. So far, efforts to integrate multimodality into chatbots have primarily focused on image-centric tasks, such as visual dialogue and image-based instructions, placing emphasis on the "eyes" of human perception while neglecting the "ears", namely auditory aspects. Moreover, these studies often center around static interactions that focus on discussing the modality rather than naturally incorporating it into the conversation, which limits the richness of simultaneous, dynamic engagement. Furthermore, while multimodality has been explored in multi-party and multi-session conversations, task-specific constraints have hindered its seamless integration into dynamic, natural conversations. To address these challenges, this study aims to equip chatbots with "eyes and ears" capable of more immersive interactions with humans. As part of this effort, we introduce a new multimodal conversation dataset, Multimodal Multi-Session Multi-Party Conversation ($M^3C$), and propose a novel multimodal conversation model featuring multimodal memory retrieval. Our model, trained on the $M^3C$, demonstrates the ability to seamlessly engage in long-term conversations with multiple speakers in complex, real-world-like settings, effectively processing visual and auditory inputs to understand and respond appropriately. Human evaluations highlight the model's strong performance in maintaining coherent and dynamic interactions, demonstrating its potential for advanced multimodal conversational agents.
△ Less
Submitted 31 May, 2025;
originally announced June 2025.
-
Learnable Burst-Encodable Time-of-Flight Imaging for High-Fidelity Long-Distance Depth Sensing
Authors:
Manchao Bao,
Shengjiang Fang,
Tao Yue,
Xuemei Hu
Abstract:
Long-distance depth imaging holds great promise for applications such as autonomous driving and robotics. Direct time-of-flight (dToF) imaging offers high-precision, long-distance depth sensing, yet demands ultra-short pulse light sources and high-resolution time-to-digital converters. In contrast, indirect time-of-flight (iToF) imaging often suffers from phase wrapping and low signal-to-noise rat…
▽ More
Long-distance depth imaging holds great promise for applications such as autonomous driving and robotics. Direct time-of-flight (dToF) imaging offers high-precision, long-distance depth sensing, yet demands ultra-short pulse light sources and high-resolution time-to-digital converters. In contrast, indirect time-of-flight (iToF) imaging often suffers from phase wrapping and low signal-to-noise ratio (SNR) as the sensing distance increases. In this paper, we introduce a novel ToF imaging paradigm, termed Burst-Encodable Time-of-Flight (BE-ToF), which facilitates high-fidelity, long-distance depth imaging. Specifically, the BE-ToF system emits light pulses in burst mode and estimates the phase delay of the reflected signal over the entire burst period, thereby effectively avoiding the phase wrapping inherent to conventional iToF systems. Moreover, to address the low SNR caused by light attenuation over increasing distances, we propose an end-to-end learnable framework that jointly optimizes the coding functions and the depth reconstruction network. A specialized double well function and first-order difference term are incorporated into the framework to ensure the hardware implementability of the coding functions. The proposed approach is rigorously validated through comprehensive simulations and real-world prototype experiments, demonstrating its effectiveness and practical applicability.
△ Less
Submitted 28 May, 2025;
originally announced May 2025.
-
VoxAging: Continuously Tracking Speaker Aging with a Large-Scale Longitudinal Dataset in English and Mandarin
Authors:
Zhiqi Ai,
Meixuan Bao,
Zhiyong Chen,
Zhi Yang,
Xinnuo Li,
Shugong Xu
Abstract:
The performance of speaker verification systems is adversely affected by speaker aging. However, due to challenges in data collection, particularly the lack of sustained and large-scale longitudinal data for individuals, research on speaker aging remains difficult. In this paper, we present VoxAging, a large-scale longitudinal dataset collected from 293 speakers (226 English speakers and 67 Mandar…
▽ More
The performance of speaker verification systems is adversely affected by speaker aging. However, due to challenges in data collection, particularly the lack of sustained and large-scale longitudinal data for individuals, research on speaker aging remains difficult. In this paper, we present VoxAging, a large-scale longitudinal dataset collected from 293 speakers (226 English speakers and 67 Mandarin speakers) over several years, with the longest time span reaching 17 years (approximately 900 weeks). For each speaker, the data were recorded at weekly intervals. We studied the phenomenon of speaker aging and its effects on advanced speaker verification systems, analyzed individual speaker aging processes, and explored the impact of factors such as age group and gender on speaker aging research.
△ Less
Submitted 27 May, 2025;
originally announced May 2025.
-
Self-Reflective Planning with Knowledge Graphs: Enhancing LLM Reasoning Reliability for Question Answering
Authors:
Jiajun Zhu,
Ye Liu,
Meikai Bao,
Kai Zhang,
Yanghai Zhang,
Qi Liu
Abstract:
Recently, large language models (LLMs) have demonstrated remarkable capabilities in natural language processing tasks, yet they remain prone to hallucinations when reasoning with insufficient internal knowledge. While integrating LLMs with knowledge graphs (KGs) provides access to structured, verifiable information, existing approaches often generate incomplete or factually inconsistent reasoning…
▽ More
Recently, large language models (LLMs) have demonstrated remarkable capabilities in natural language processing tasks, yet they remain prone to hallucinations when reasoning with insufficient internal knowledge. While integrating LLMs with knowledge graphs (KGs) provides access to structured, verifiable information, existing approaches often generate incomplete or factually inconsistent reasoning paths. To this end, we propose Self-Reflective Planning (SRP), a framework that synergizes LLMs with KGs through iterative, reference-guided reasoning. Specifically, given a question and topic entities, SRP first searches for references to guide planning and reflection. In the planning process, it checks initial relations and generates a reasoning path. After retrieving knowledge from KGs through a reasoning path, it implements iterative reflection by judging the retrieval result and editing the reasoning path until the answer is correctly retrieved. Extensive experiments on three public datasets demonstrate that SRP surpasses various strong baselines and further underscore its reliable reasoning ability.
△ Less
Submitted 25 May, 2025;
originally announced May 2025.
-
Classical solutions to a mixed-type PDE with a Keldysh-type degeneracy and accelerating transonic solutions to the Euler-Poisson system
Authors:
Myoungjean Bae,
Ben Duan,
Chunjing Xie
Abstract:
In this paper, we first prove the existence of classical solutions to a class of Keldysh-type equations. Next, we apply this existence result to prove the structural stability of one-dimensional smooth transonic solutions to the steady Euler-Poisson system.
Most importantly, the solutions constructed in this paper are classical solutions to the Euler-Poisson system, thus their sonic interfaces a…
▽ More
In this paper, we first prove the existence of classical solutions to a class of Keldysh-type equations. Next, we apply this existence result to prove the structural stability of one-dimensional smooth transonic solutions to the steady Euler-Poisson system.
Most importantly, the solutions constructed in this paper are classical solutions to the Euler-Poisson system, thus their sonic interfaces are not weak discontinuities in the sense that all the flow variables, such as density, velocity and pressure, are at least $C^1$ across the interfaces.
△ Less
Submitted 22 May, 2025;
originally announced May 2025.
-
Visually Guided Decoding: Gradient-Free Hard Prompt Inversion with Language Models
Authors:
Donghoon Kim,
Minji Bae,
Kyuhong Shim,
Byonghyo Shim
Abstract:
Text-to-image generative models like DALL-E and Stable Diffusion have revolutionized visual content creation across various applications, including advertising, personalized media, and design prototyping. However, crafting effective textual prompts to guide these models remains challenging, often requiring extensive trial and error. Existing prompt inversion approaches, such as soft and hard promp…
▽ More
Text-to-image generative models like DALL-E and Stable Diffusion have revolutionized visual content creation across various applications, including advertising, personalized media, and design prototyping. However, crafting effective textual prompts to guide these models remains challenging, often requiring extensive trial and error. Existing prompt inversion approaches, such as soft and hard prompt techniques, are not so effective due to the limited interpretability and incoherent prompt generation. To address these issues, we propose Visually Guided Decoding (VGD), a gradient-free approach that leverages large language models (LLMs) and CLIP-based guidance to generate coherent and semantically aligned prompts. In essence, VGD utilizes the robust text generation capabilities of LLMs to produce human-readable prompts. Further, by employing CLIP scores to ensure alignment with user-specified visual concepts, VGD enhances the interpretability, generalization, and flexibility of prompt generation without the need for additional training. Our experiments demonstrate that VGD outperforms existing prompt inversion techniques in generating understandable and contextually relevant prompts, facilitating more intuitive and controllable interactions with text-to-image models.
△ Less
Submitted 13 May, 2025;
originally announced May 2025.
-
Benchmarking LLM Faithfulness in RAG with Evolving Leaderboards
Authors:
Manveer Singh Tamber,
Forrest Sheng Bao,
Chenyu Xu,
Ge Luo,
Suleman Kazi,
Minseok Bae,
Miaoran Li,
Ofer Mendelevitch,
Renyi Qu,
Jimmy Lin
Abstract:
Hallucinations remain a persistent challenge for LLMs. RAG aims to reduce hallucinations by grounding responses in contexts. However, even when provided context, LLMs still frequently introduce unsupported information or contradictions. This paper presents our efforts to measure LLM hallucinations with a focus on summarization tasks, assessing how often various LLMs introduce hallucinations when s…
▽ More
Hallucinations remain a persistent challenge for LLMs. RAG aims to reduce hallucinations by grounding responses in contexts. However, even when provided context, LLMs still frequently introduce unsupported information or contradictions. This paper presents our efforts to measure LLM hallucinations with a focus on summarization tasks, assessing how often various LLMs introduce hallucinations when summarizing documents. We discuss Vectara's existing LLM hallucination leaderboard, based on the Hughes Hallucination Evaluation Model (HHEM). While HHEM and Vectara's Hallucination Leaderboard have garnered great research interest, we examine challenges faced by HHEM and current hallucination detection methods by analyzing the effectiveness of these methods on existing hallucination datasets. To address these limitations, we propose FaithJudge, an LLM-as-a-judge approach guided by few-shot human hallucination annotations, which substantially improves automated LLM hallucination evaluation over current methods. We introduce an enhanced hallucination leaderboard centered on FaithJudge, alongside our current hallucination leaderboard, enabling more reliable benchmarking of LLMs for hallucinations in RAG.
△ Less
Submitted 7 May, 2025;
originally announced May 2025.
-
Vision Mamba in Remote Sensing: A Comprehensive Survey of Techniques, Applications and Outlook
Authors:
Muyi Bao,
Shuchang Lyu,
Zhaoyang Xu,
Huiyu Zhou,
Jinchang Ren,
Shiming Xiang,
Xiangtai Li,
Guangliang Cheng
Abstract:
Deep learning has profoundly transformed remote sensing, yet prevailing architectures like Convolutional Neural Networks (CNNs) and Vision Transformers (ViTs) remain constrained by critical trade-offs: CNNs suffer from limited receptive fields, while ViTs grapple with quadratic computational complexity, hindering their scalability for high-resolution remote sensing data. State Space Models (SSMs),…
▽ More
Deep learning has profoundly transformed remote sensing, yet prevailing architectures like Convolutional Neural Networks (CNNs) and Vision Transformers (ViTs) remain constrained by critical trade-offs: CNNs suffer from limited receptive fields, while ViTs grapple with quadratic computational complexity, hindering their scalability for high-resolution remote sensing data. State Space Models (SSMs), particularly the recently proposed Mamba architecture, have emerged as a paradigm-shifting solution, combining linear computational scaling with global context modeling. This survey presents a comprehensive review of Mamba-based methodologies in remote sensing, systematically analyzing about 120 Mamba-based remote sensing studies to construct a holistic taxonomy of innovations and applications. Our contributions are structured across five dimensions: (i) foundational principles of vision Mamba architectures, (ii) micro-architectural advancements such as adaptive scan strategies and hybrid SSM formulations, (iii) macro-architectural integrations, including CNN-Transformer-Mamba hybrids and frequency-domain adaptations, (iv) rigorous benchmarking against state-of-the-art methods in multiple application tasks, such as object detection, semantic segmentation, change detection, etc. and (v) critical analysis of unresolved challenges with actionable future directions. By bridging the gap between SSM theory and remote sensing practice, this survey establishes Mamba as a transformative framework for remote sensing analysis. To our knowledge, this paper is the first systematic review of Mamba architectures in remote sensing. Our work provides a structured foundation for advancing research in remote sensing systems through SSM-based methods. We curate an open-source repository (https://github.com/BaoBao0926/Awesome-Mamba-in-Remote-Sensing) to foster community-driven advancements.
△ Less
Submitted 3 May, 2025; v1 submitted 1 May, 2025;
originally announced May 2025.
-
Inverse-Designed Metasurfaces for Wavefront Restoration in Under-Display Camera Systems
Authors:
Jaegang Jo,
Myunghoo Lee,
Seunghyun Lee,
Munseong Bae,
Chanik Kang,
Haejun Chung
Abstract:
Under-display camera (UDC) systems enable full-screen displays in smartphones by embedding the camera beneath the display panel, eliminating the need for notches or punch holes. However, the periodic pixel structures of display panels introduce significant optical diffraction effects, leading to imaging artifacts and degraded visual quality. Conventional approaches to mitigate these distortions, s…
▽ More
Under-display camera (UDC) systems enable full-screen displays in smartphones by embedding the camera beneath the display panel, eliminating the need for notches or punch holes. However, the periodic pixel structures of display panels introduce significant optical diffraction effects, leading to imaging artifacts and degraded visual quality. Conventional approaches to mitigate these distortions, such as deep learning-based image reconstruction, are often computationally expensive and unsuitable for real-time applications in consumer electronics. This work introduces an inverse-designed metasurface for wavefront restoration, addressing diffraction-induced distortions without relying on external software processing. The proposed metasurface effectively suppresses higher-order diffraction modes caused by the metallic pixel structures, restores the optical wavefront, and enhances imaging quality across multiple wavelengths. By eliminating the need for software-based post-processing, our approach establishes a scalable, real-time optical solution for diffraction management in UDC systems. This advancement paves the way to achieve software-free real-time image restoration frameworks for many industrial applications.
△ Less
Submitted 24 April, 2025;
originally announced April 2025.
-
AVP-AP: Self-supervised Automatic View Positioning in 3D cardiac CT via Atlas Prompting
Authors:
Xiaolin Fan,
Yan Wang,
Yingying Zhang,
Mingkun Bao,
Bosen Jia,
Dong Lu,
Yifan Gu,
Jian Cheng,
Haogang Zhu
Abstract:
Automatic view positioning is crucial for cardiac computed tomography (CT) examinations, including disease diagnosis and surgical planning. However, it is highly challenging due to individual variability and large 3D search space. Existing work needs labor-intensive and time-consuming manual annotations to train view-specific models, which are limited to predicting only a fixed set of planes. Howe…
▽ More
Automatic view positioning is crucial for cardiac computed tomography (CT) examinations, including disease diagnosis and surgical planning. However, it is highly challenging due to individual variability and large 3D search space. Existing work needs labor-intensive and time-consuming manual annotations to train view-specific models, which are limited to predicting only a fixed set of planes. However, in real clinical scenarios, the challenge of positioning semantic 2D slices with any orientation into varying coordinate space in arbitrary 3D volume remains unsolved. We thus introduce a novel framework, AVP-AP, the first to use Atlas Prompting for self-supervised Automatic View Positioning in the 3D CT volume. Specifically, this paper first proposes an atlas prompting method, which generates a 3D canonical atlas and trains a network to map slices into their corresponding positions in the atlas space via a self-supervised manner. Then, guided by atlas prompts corresponding to the given query images in a reference CT, we identify the coarse positions of slices in the target CT volume using rigid transformation between the 3D atlas and target CT volume, effectively reducing the search space. Finally, we refine the coarse positions by maximizing the similarity between the predicted slices and the query images in the feature space of a given foundation model. Our framework is flexible and efficient compared to other methods, outperforming other methods by 19.8% average structural similarity (SSIM) in arbitrary view positioning and achieving 9% SSIM in two-chamber view compared to four radiologists. Meanwhile, experiments on a public dataset validate our framework's generalizability.
△ Less
Submitted 8 April, 2025;
originally announced April 2025.
-
Time-resolved measurement of single electrons using a modulated barrier
Authors:
Wanki Park,
Chanuk Yang,
Young-Seok Ghee,
Hyung Kook Choi,
Bum-Kyu Kim,
Myung-Ho Bae
Abstract:
Measuring the wave packet of high-energy electrons in solid-state devices is important for quantum information processing. Time-resolved measurements with high time resolutions and small errors typically require detectors with a large RF bandwidth. Here, we demonstrate a precise and time-efficient time-resolved method, where an accuracy in measurements are not limited by the bandwidth. By analyzin…
▽ More
Measuring the wave packet of high-energy electrons in solid-state devices is important for quantum information processing. Time-resolved measurements with high time resolutions and small errors typically require detectors with a large RF bandwidth. Here, we demonstrate a precise and time-efficient time-resolved method, where an accuracy in measurements are not limited by the bandwidth. By analyzing the energy variance derived from transconductance measurements under a sinusoidal gate voltage applied to a detector barrier, we extract key characteristics of single-electron states. It includes a temporal variance and the covariance between energy and time. The results are consistent with those obtained using a hyperbolic tangent shaped (linearly varying) gate voltage. The proposed approach provides a simple yet precise method for probing the single-electron states. The present findings will be useful for identifying suitable waveforms for applications in electron quantum optics and quantum information processing.
△ Less
Submitted 26 March, 2025;
originally announced March 2025.
-
ASP-VMUNet: Atrous Shifted Parallel Vision Mamba U-Net for Skin Lesion Segmentation
Authors:
Muyi Bao,
Shuchang Lyu,
Zhaoyang Xu,
Qi Zhao,
Changyu Zeng,
Wenpei Bai,
Guangliang Cheng
Abstract:
Skin lesion segmentation is a critical challenge in computer vision, and it is essential to separate pathological features from healthy skin for diagnostics accurately. Traditional Convolutional Neural Networks (CNNs) are limited by narrow receptive fields, and Transformers face significant computational burdens. This paper presents a novel skin lesion segmentation framework, the Atrous Shifted Pa…
▽ More
Skin lesion segmentation is a critical challenge in computer vision, and it is essential to separate pathological features from healthy skin for diagnostics accurately. Traditional Convolutional Neural Networks (CNNs) are limited by narrow receptive fields, and Transformers face significant computational burdens. This paper presents a novel skin lesion segmentation framework, the Atrous Shifted Parallel Vision Mamba UNet (ASP-VMUNet), which integrates the efficient and scalable Mamba architecture to overcome limitations in traditional CNNs and computationally demanding Transformers. The framework introduces an atrous scan technique that minimizes background interference and expands the receptive field, enhancing Mamba's scanning capabilities. Additionally, the inclusion of a Parallel Vision Mamba (PVM) layer and a shift round operation optimizes feature segmentation and fosters rich inter-segment information exchange. A supplementary CNN branch with a Selective-Kernel (SK) Block further refines the segmentation by blending local and global contextual information. Tested on four benchmark datasets (ISIC16/17/18 and PH2), ASP-VMUNet demonstrates superior performance in skin lesion segmentation, validated by comprehensive ablation studies. This approach not only advances medical image segmentation but also highlights the benefits of hybrid architectures in medical imaging technology. Our code is available at https://github.com/BaoBao0926/ASP-VMUNet/tree/main.
△ Less
Submitted 25 March, 2025;
originally announced March 2025.
-
Blockwise Post-processing in Satellite-based Quantum Key Distribution
Authors:
Minu J. Bae,
Nitish K. Panigrahy,
Prajit Dhara,
Md Zakir Hossain,
Walter O. Krawec,
Alexander Russell,
Don Towsley,
Bing Wang
Abstract:
Free-space satellite communication has significantly lower photon loss than terrestrial communication via optical fibers. Satellite-based quantum key distribution (QKD) leverages this advantage and provides a promising direction in achieving long-distance QKD. While the technological feasibility of satellite-based QKD has been demonstrated experimentally, optimizing the key rate remains a signific…
▽ More
Free-space satellite communication has significantly lower photon loss than terrestrial communication via optical fibers. Satellite-based quantum key distribution (QKD) leverages this advantage and provides a promising direction in achieving long-distance QKD. While the technological feasibility of satellite-based QKD has been demonstrated experimentally, optimizing the key rate remains a significant challenge. In this paper, we argue that improving classical post-processing is an important direction in increasing key rate in satellite-based QKD, while it can also be easily incorporated in existing satellite systems. In particular, we explore one direction, blockwise post-processing, to address highly dynamic satellite channel conditions due to various environmental factors. This blockwise strategy divides the raw key bits into individual blocks that have similar noise characteristics, and processes them independently, in contrast to traditional non-blockwise strategy that treats all the raw key bits as a whole. Using a case study, we discuss the choice of blocks in blockwise strategy, and show that blockwise strategy can significantly outperform non-blockwise strategy. Our study demonstrates the importance of post-processing in satellite QKD systems, and presents several open problems in this direction.
△ Less
Submitted 7 March, 2025;
originally announced March 2025.
-
The large-scale structure supplies the formation of gas-star misaligned galaxies
Authors:
Min Bao,
Yanmei Chen,
Qiusheng Gu,
Huiyuan Wang,
Yong Shi,
Peng Wang
Abstract:
Using the integral field unit data from the Mapping Nearby Galaxies at Apache Point Observatory (MaNGA) survey, we build a sample of gas-star misaligned galaxies. The large-scale environment of misaligned galaxies is dominated by filaments and clusters, while is less dense relative to the gas-star aligned control galaxies. The direction of the large-scale structure (LSS) is defined by its minor ax…
▽ More
Using the integral field unit data from the Mapping Nearby Galaxies at Apache Point Observatory (MaNGA) survey, we build a sample of gas-star misaligned galaxies. The large-scale environment of misaligned galaxies is dominated by filaments and clusters, while is less dense relative to the gas-star aligned control galaxies. The direction of the large-scale structure (LSS) is defined by its minor axis ($\vec{e_{3}}$), which indicates the slowest collapsing direction. For the aligned controls, the gas and stellar spins are preferentially perpendicular to $\vec{e_{3}}$, since these galaxies reside in high-mass host haloes. For the misaligned galaxies, the gas spins also tend to be perpendicular to $\vec{e_{3}}$, suggesting that misaligned gas is recently accreted from the LSS. Meanwhile, there is no correlation between their stellar spins and $\vec{e_{3}}$. There are two possible explanations for this observational phenomenon: (1) the large-scale environments of misaligned galaxies evolve as they grow, with stellar angular momenta acquiring in different environments having different orientations; (2) the correlation between stellar spins and the LSS is smeared out since a relatively higher portion of misaligned galaxies in sheet environments are statistically analysed together with those in filament environments.
△ Less
Submitted 3 March, 2025;
originally announced March 2025.
-
A Dual Active Black Hole Candidate with Mass Ratio ~7:1 in a Disk Galaxy
Authors:
Xiao Cao,
Yan-Mei Chen,
Yong Shi,
Junfeng Wang,
Zhi-Jie Zhou,
Min Bao,
Qiusheng Gu,
Alexei Moiseev,
Luis C. Ho,
Lan Wang,
Guangquan Zeng
Abstract:
Dual active galactic nuclei (AGNs) with comparable masses are commonly witnessed among the major merged galaxies with interaction remnants. Considering almost every massive galaxy is associated with multiple dwarf satellites around it, minor mergers involving galaxies with disproportional stellar masses should be much more common than major mergers, which would naturally lead to black hole (BH) pa…
▽ More
Dual active galactic nuclei (AGNs) with comparable masses are commonly witnessed among the major merged galaxies with interaction remnants. Considering almost every massive galaxy is associated with multiple dwarf satellites around it, minor mergers involving galaxies with disproportional stellar masses should be much more common than major mergers, which would naturally lead to black hole (BH) pairs with significantly different masses. However, dual AGNs generated by minor mergers involving one or two dwarf galaxies are exceptionally rare and understudied. Moreover, good estimates of the masses of both BHs are not yet available to test this idea. Here we report the evidence of a dual AGN candidate with mass ratio $\sim$7:1 located in an undisturbed disk galaxy. We identify the central BH with mass of $9.4 \times 10^6M_\odot$ from its radio emission as well as AGN-driven galactic-scale biconical outflows. The off-centered BH generates obvious broad and narrow emission-line regions, which gives us a robust estimation of a $1.3 \times 10^6M_\odot$ BH mass. We explore alternative scenarios for explaining the observational features of this system, including the complex gas kinematics triggered by central AGN activity and dust attenuation of the broad-line region of the central BH, finding that they failed to fully account for the kinematics of both the redshifted off-centered broad and narrow emission-line components.
△ Less
Submitted 3 February, 2025;
originally announced February 2025.
-
Inverse Design of Chiral Structures for Giant Helical Dichroism
Authors:
Chia-Chun Pan,
Munseong Bae,
Hongtao Wang,
Jaesung Lim,
Ranjith R Unnithan,
Joel Yang,
Haejun Chung,
Sejeong Kim
Abstract:
Investigating chiral light-matter interactions is essential for advancing applications in sensing, imaging, and pharmaceutical development. However, the chiroptical response in natural chiral molecules and subwavelength chiral structures is inherently weak, with the characterization tool limited to optical methods that utilize the light with spin angular momentum (SAM). To overcome this, orbital a…
▽ More
Investigating chiral light-matter interactions is essential for advancing applications in sensing, imaging, and pharmaceutical development. However, the chiroptical response in natural chiral molecules and subwavelength chiral structures is inherently weak, with the characterization tool limited to optical methods that utilize the light with spin angular momentum (SAM). To overcome this, orbital angular momentum (OAM) beams, characterized by helical wavefronts, have emerged as a compelling research focus. Helical dichroism (HD) describes the differential absorbance of OAM beams with opposite signs of topological charges. By using inverse design with adjoint methods for topology optimization, we design the chiral structure optimized to increase HD response under OAM beam incidence, demonstrating a giant HD response of ~107% with topological charges $|\pm\ell|$ = 3 at the wavelength of 800 nm. This study reveals distinct helicity-dependent interactions between the structure and OAM beams, highlighting the potential for custom-tuned chiroptical responses.
△ Less
Submitted 22 January, 2025;
originally announced January 2025.
-
Indirect reciprocity as a dynamics for weak balance
Authors:
Minwoo Bae,
Takashi Shimada,
Seung Ki Baek
Abstract:
A social network is often divided into many factions. People are friends within each faction, while they are enemies of the other factions, and even my enemy's enemy is not necessarily my friend. This configuration can be described in terms of a weak form of structural balance. Although weak balance explains a number of real social networks, which dynamical rule achieves it has remained relatively…
▽ More
A social network is often divided into many factions. People are friends within each faction, while they are enemies of the other factions, and even my enemy's enemy is not necessarily my friend. This configuration can be described in terms of a weak form of structural balance. Although weak balance explains a number of real social networks, which dynamical rule achieves it has remained relatively unexplored. In this work, we show that the answer can be found in the field of indirect reciprocity, which assumes that people assess each other's behavior and choose how to behave to others based on the assessment according to a social norm. We begin by showing that weak structural balance is equivalent to stationarity when the rule is given by a norm called `judging'. By analyzing its cluster dynamics of merging, fission, and migration induced by assessment error in complete graphs, we obtain the cluster size distribution in a steady state, which shows the coexistence of a giant cluster and smaller ones. This study suggests that indirect reciprocity can provide insight into the interplay between a norm that individuals abide by and the macroscopic group structure in society.
△ Less
Submitted 21 April, 2025; v1 submitted 10 January, 2025;
originally announced January 2025.
-
TheAgentCompany: Benchmarking LLM Agents on Consequential Real World Tasks
Authors:
Frank F. Xu,
Yufan Song,
Boxuan Li,
Yuxuan Tang,
Kritanjali Jain,
Mengxue Bao,
Zora Z. Wang,
Xuhui Zhou,
Zhitong Guo,
Murong Cao,
Mingyang Yang,
Hao Yang Lu,
Amaad Martin,
Zhe Su,
Leander Maben,
Raj Mehta,
Wayne Chi,
Lawrence Jang,
Yiqing Xie,
Shuyan Zhou,
Graham Neubig
Abstract:
We interact with computers on an everyday basis, be it in everyday life or work, and many aspects of work can be done entirely with access to a computer and the Internet. At the same time, thanks to improvements in large language models (LLMs), there has also been a rapid development in AI agents that interact with and affect change in their surrounding environments. But how performant are AI agen…
▽ More
We interact with computers on an everyday basis, be it in everyday life or work, and many aspects of work can be done entirely with access to a computer and the Internet. At the same time, thanks to improvements in large language models (LLMs), there has also been a rapid development in AI agents that interact with and affect change in their surrounding environments. But how performant are AI agents at accelerating or even autonomously performing work-related tasks? The answer to this question has important implications both for industry looking to adopt AI into their workflows and for economic policy to understand the effects that adoption of AI may have on the labor market. To measure the progress of these LLM agents' performance on performing real-world professional tasks, in this paper we introduce TheAgentCompany, an extensible benchmark for evaluating AI agents that interact with the world in similar ways to those of a digital worker: by browsing the Web, writing code, running programs, and communicating with other coworkers. We build a self-contained environment with internal web sites and data that mimics a small software company environment, and create a variety of tasks that may be performed by workers in such a company. We test baseline agents powered by both closed API-based and open-weights language models (LMs), and find that the most competitive agent can complete 30% of tasks autonomously. This paints a nuanced picture on task automation with LM agents--in a setting simulating a real workplace, a good portion of simpler tasks could be solved autonomously, but more difficult long-horizon tasks are still beyond the reach of current systems. We release code, data, environment, and experiments on https://the-agent-company.com.
△ Less
Submitted 19 May, 2025; v1 submitted 18 December, 2024;
originally announced December 2024.
-
Robust correlation between binding energies and charge radii of mirror nuclei
Authors:
Y. Lei,
N. A. Alam,
Z. Z. Qin,
M. Bao,
K. Y. Zhang,
C. Ma
Abstract:
Using the charge density from the two-parameter Fermi model, a robust and nontrival correlation between binding energis and charge radii of mirror nuclei is newly proposed. This correlation enables simple yet reliable predictions of the nuclear mass and charge radius of proton-rich nuclei. The validity of these predictions is demonstrated by comparing the predicted binding energies and charge radi…
▽ More
Using the charge density from the two-parameter Fermi model, a robust and nontrival correlation between binding energis and charge radii of mirror nuclei is newly proposed. This correlation enables simple yet reliable predictions of the nuclear mass and charge radius of proton-rich nuclei. The validity of these predictions is demonstrated by comparing the predicted binding energies and charge radii with experimental data and predictions from other models. All 197 predicted binding energies and 199 charge radii involved in the comparisons are tabulated in the Supplemental Materials of this paper. The noticeable discrepancies are attributed to the large asymmetry in charge densities of mirror nuclei, suggesting that the proposed correlation could be a sensitive probe for local structural anomaly, such as shell closure and proton halo. The difference in mass dependence of charge radii near the proton dripline compared to those along the $β$-stability line supports the validity of our prediction method.
△ Less
Submitted 25 November, 2024;
originally announced November 2024.
-
LLaMo: Large Language Model-based Molecular Graph Assistant
Authors:
Jinyoung Park,
Minseong Bae,
Dohwan Ko,
Hyunwoo J. Kim
Abstract:
Large Language Models (LLMs) have demonstrated remarkable generalization and instruction-following capabilities with instruction tuning. The advancements in LLMs and instruction tuning have led to the development of Large Vision-Language Models (LVLMs). However, the competency of the LLMs and instruction tuning have been less explored in the molecular domain. Thus, we propose LLaMo: Large Language…
▽ More
Large Language Models (LLMs) have demonstrated remarkable generalization and instruction-following capabilities with instruction tuning. The advancements in LLMs and instruction tuning have led to the development of Large Vision-Language Models (LVLMs). However, the competency of the LLMs and instruction tuning have been less explored in the molecular domain. Thus, we propose LLaMo: Large Language Model-based Molecular graph assistant, which is an end-to-end trained large molecular graph-language model. To bridge the discrepancy between the language and graph modalities, we present the multi-level graph projector that transforms graph representations into graph tokens by abstracting the output representations of each GNN layer and motif representations with the cross-attention mechanism. We also introduce machine-generated molecular graph instruction data to instruction-tune the large molecular graph-language model for general-purpose molecule and language understanding. Our extensive experiments demonstrate that LLaMo shows the best performance on diverse tasks, such as molecular description generation, property prediction, and IUPAC name prediction. The code of LLaMo is available at https://github.com/mlvlab/LLaMo.
△ Less
Submitted 30 October, 2024;
originally announced November 2024.
-
TrendFact: A Benchmark for Explainable Hotspot Perception in Fact-Checking with Natural Language Explanation
Authors:
Xiaocheng Zhang,
Xi Wang,
Yifei Lu,
Jianing Wang,
Zhuangzhuang Ye,
Mengjiao Bao,
Peng Yan,
Xiaohong Su
Abstract:
Although fact verification remains fundamental, explanation generation serves as a critical enabler for trustworthy fact-checking systems by producing interpretable rationales and facilitating comprehensive verification processes. However, current benchmarks have limitations that include the lack of impact assessment, insufficient high-quality explanatory annotations, and an English-centric bias.…
▽ More
Although fact verification remains fundamental, explanation generation serves as a critical enabler for trustworthy fact-checking systems by producing interpretable rationales and facilitating comprehensive verification processes. However, current benchmarks have limitations that include the lack of impact assessment, insufficient high-quality explanatory annotations, and an English-centric bias. To address these, we introduce TrendFact, the first hotspot perception fact-checking benchmark that comprehensively evaluates fact verification, evidence retrieval, and explanation generation tasks. TrendFact consists of 7,643 carefully curated samples sourced from trending platforms and professional fact-checking datasets, as well as an evidence library of 66,217 entries with publication dates. We further propose two metrics, ECS and HCPI, to complement existing benchmarks by evaluating the system's explanation consistency and hotspot perception capability, respectively. Experimental results show that current fact-checking systems, including advanced RLMs such as DeepSeek-R1, face significant limitations when evaluated on TrendFact, highlighting the real-world challenges posed by it. To enhance the fact-checking capabilities of reasoning large language models (RLMs), we propose FactISR, which integrates dynamic evidence augmentation, evidence triangulation, and an iterative self-reflection mechanism. Accordingly, FactISR effectively improves RLM performance, offering new insights for explainable and complex fact-checking.
△ Less
Submitted 23 May, 2025; v1 submitted 19 October, 2024;
originally announced October 2024.
-
Collective Critics for Creative Story Generation
Authors:
Minwook Bae,
Hyounghun Kim
Abstract:
Generating a long story of several thousand words with narrative coherence using Large Language Models (LLMs) has been a challenging task. Previous research has addressed this challenge by proposing different frameworks that create a story plan and generate a long story based on that plan. However, these frameworks have been mainly focusing on maintaining narrative coherence in stories, often over…
▽ More
Generating a long story of several thousand words with narrative coherence using Large Language Models (LLMs) has been a challenging task. Previous research has addressed this challenge by proposing different frameworks that create a story plan and generate a long story based on that plan. However, these frameworks have been mainly focusing on maintaining narrative coherence in stories, often overlooking creativity in story planning and the expressiveness of the stories generated from those plans, which are desirable properties to captivate readers' interest. In this paper, we propose Collective Critics for Creative Story Generation framework (CritiCS), which is composed of plan refining stage (CrPlan) and story generation stage (CrText), to integrate a collective revision mechanism that promotes those properties into long-form story generation process. Specifically, in each stage, a group of LLM critics and one leader collaborate to incrementally refine drafts of plan and story throughout multiple rounds. Extensive human evaluation shows that the CritiCS can significantly enhance story creativity and reader engagement, while also maintaining narrative coherence. Furthermore, the design of the framework allows active participation from human writers in any role within the critique process, enabling interactive human-machine collaboration in story writing.
△ Less
Submitted 3 October, 2024;
originally announced October 2024.
-
Beyond Algorithmic Fairness: A Guide to Develop and Deploy Ethical AI-Enabled Decision-Support Tools
Authors:
Rosemarie Santa Gonzalez,
Ryan Piansky,
Sue M Bae,
Justin Biddle,
Daniel Molzahn
Abstract:
The integration of artificial intelligence (AI) and optimization hold substantial promise for improving the efficiency, reliability, and resilience of engineered systems. Due to the networked nature of many engineered systems, ethically deploying methodologies at this intersection poses challenges that are distinct from other AI settings, thus motivating the development of ethical guidelines tailo…
▽ More
The integration of artificial intelligence (AI) and optimization hold substantial promise for improving the efficiency, reliability, and resilience of engineered systems. Due to the networked nature of many engineered systems, ethically deploying methodologies at this intersection poses challenges that are distinct from other AI settings, thus motivating the development of ethical guidelines tailored to AI-enabled optimization. This paper highlights the need to go beyond fairness-driven algorithms to systematically address ethical decisions spanning the stages of modeling, data curation, results analysis, and implementation of optimization-based decision support tools. Accordingly, this paper identifies ethical considerations required when deploying algorithms at the intersection of AI and optimization via case studies in power systems as well as supply chain and logistics. Rather than providing a prescriptive set of rules, this paper aims to foster reflection and awareness among researchers and encourage consideration of ethical implications at every step of the decision-making process.
△ Less
Submitted 17 September, 2024;
originally announced September 2024.
-
Self-Evolutionary Large Language Models through Uncertainty-Enhanced Preference Optimization
Authors:
Jianing Wang,
Yang Zhou,
Xiaocheng Zhang,
Mengjiao Bao,
Peng Yan
Abstract:
Iterative preference optimization has recently become one of the de-facto training paradigms for large language models (LLMs), but the performance is still underwhelming due to too much noisy preference data yielded in the loop. To combat this issue, we present an \textbf{U}ncertainty-enhanced \textbf{P}reference \textbf{O}ptimization (UPO) framework to make the LLM self-evolve with reliable feedb…
▽ More
Iterative preference optimization has recently become one of the de-facto training paradigms for large language models (LLMs), but the performance is still underwhelming due to too much noisy preference data yielded in the loop. To combat this issue, we present an \textbf{U}ncertainty-enhanced \textbf{P}reference \textbf{O}ptimization (UPO) framework to make the LLM self-evolve with reliable feedback. The key idea is mitigating the noisy preference data derived from the current policy and reward models by performing pair-wise uncertainty estimation and judiciously reliable feedback sampling. To reach this goal, we thus introduce an estimator model, which incorporates Monte Carlo (MC) dropout in Bayesian neural network (BNN) to perform uncertainty estimation for the preference data derived from the LLM policy. Compared to the existing methods that directly filter generated responses based on the reward score, the estimator focuses on the model uncertainty in a pair-wise manner and effectively bypasses the confirmation bias problem of the reward model. Additionally, we also propose an uncertainty-enhanced self-evolution algorithm to improve the robustness of preference optimization and encourage the LLM to generate responses with both high reward and certainty. Extensive experiments over multiple benchmarks demonstrate that our framework substantially alleviates the noisy problem and improves the performance of iterative preference optimization.
△ Less
Submitted 17 September, 2024;
originally announced September 2024.
-
ASD-Chat: An Innovative Dialogue Intervention System for Children with Autism based on LLM and VB-MAPP
Authors:
Chengyun Deng,
Shuzhong Lai,
Chi Zhou,
Mengyi Bao,
Jingwen Yan,
Haifeng Li,
Lin Yao,
Yueming Wang
Abstract:
Early diagnosis and professional intervention can help children with autism spectrum disorder (ASD) return to normal life. However, the scarcity and imbalance of professional medical resources currently prevent many autistic children from receiving the necessary diagnosis and intervention. Therefore, numerous paradigms have been proposed that use computer technology to assist or independently cond…
▽ More
Early diagnosis and professional intervention can help children with autism spectrum disorder (ASD) return to normal life. However, the scarcity and imbalance of professional medical resources currently prevent many autistic children from receiving the necessary diagnosis and intervention. Therefore, numerous paradigms have been proposed that use computer technology to assist or independently conduct ASD interventions, with the aim of alleviating the aforementioned problem. However, these paradigms often lack a foundation in clinical intervention methods and suffer from a lack of personalization. Addressing these concerns, we propose ASD-Chat, a social intervention system based on VB-MAPP (Verbal Behavior Milestones Assessment and Placement Program) and powered by ChatGPT as the backbone for dialogue generation. Specifically, we designed intervention paradigms and prompts based on the clinical intervention method VB-MAPP and utilized ChatGPT's generative capabilities to facilitate social dialogue interventions. Experimental results demonstrate that our proposed system achieves competitive intervention effects to those of professional interventionists, making it a promising tool for long-term interventions in real healthcare scenario in the future.
△ Less
Submitted 3 September, 2024;
originally announced September 2024.
-
Spin-Orbit Coupling for Optical Vortex Generation in van der Waals Materials
Authors:
Jaegang Jo,
Sujeong Byun,
Munseong Bae,
Jianwei Wang,
Haejun Chung,
Sejeong Kim
Abstract:
An optical vortex beam has attracted significant attention across diverse applications, including optical manipulation, phase-contrast microscopy, optical communication, and quantum photonics. To utilize vortex generators for integrated photonics, researchers have developed ultra-compact vortex generators using fork gratings, metasurfaces, and integrated microcombs. However, those devices depend o…
▽ More
An optical vortex beam has attracted significant attention across diverse applications, including optical manipulation, phase-contrast microscopy, optical communication, and quantum photonics. To utilize vortex generators for integrated photonics, researchers have developed ultra-compact vortex generators using fork gratings, metasurfaces, and integrated microcombs. However, those devices depend on costly, time-consuming nanofabrication and are constrained by the low signal-to-noise ratio due to the fabrication error. As an alternative maneuver, spin-orbit coupling has emerged as a method to obtain the vortex beam by converting spin angular momentum (SAM) without nanostructures. Here, we demonstrate the creation of an optical vortex beam using van der Waals (vdW) materials. The significantly high birefringence of vdW materials allows generations of optical vortex beams with high efficiency in a sub-wavelength thickness. In this work, we utilize an 8-um-thick hexagonal boron nitride (hBN) crystal for the creation of optical vortices carrying topological charges of +2 and -2. We also present the generation of an optical vortex beam in a 320-nm-thick MoS2 crystal with a conversion efficiency of 0.09. This study paves the way for fabrication-less and ultra-compact optical vortex generators, which can be applied for integrated photonics and large-scale vortex generator arrays.
△ Less
Submitted 21 August, 2024;
originally announced August 2024.
-
SABER-6D: Shape Representation Based Implicit Object Pose Estimation
Authors:
Shishir Reddy Vutukur,
Mengkejiergeli Ba,
Benjamin Busam,
Matthias Kayser,
Gurprit Singh
Abstract:
In this paper, we propose a novel encoder-decoder architecture, named SABER, to learn the 6D pose of the object in the embedding space by learning shape representation at a given pose. This model enables us to learn pose by performing shape representation at a target pose from RGB image input. We perform shape representation as an auxiliary task which helps us in learning rotations space for an ob…
▽ More
In this paper, we propose a novel encoder-decoder architecture, named SABER, to learn the 6D pose of the object in the embedding space by learning shape representation at a given pose. This model enables us to learn pose by performing shape representation at a target pose from RGB image input. We perform shape representation as an auxiliary task which helps us in learning rotations space for an object based on 2D images. An image encoder predicts the rotation in the embedding space and the DeepSDF based decoder learns to represent the object's shape at the given pose. As our approach is shape based, the pipeline is suitable for any type of object irrespective of the symmetry. Moreover, we need only a CAD model of the objects to train SABER. Our pipeline is synthetic data based and can also handle symmetric objects without symmetry labels and, thus, no additional labeled training data is needed. The experimental evaluation shows that our method achieves close to benchmark results for both symmetric objects and asymmetric objects on Occlusion-LineMOD, and T-LESS datasets.
△ Less
Submitted 2 September, 2024; v1 submitted 11 August, 2024;
originally announced August 2024.
-
Different influence of gas accretion on the evolution of star-forming and non-star-forming galaxies
Authors:
Min Bao,
Wenlong Zhao,
Qirong Yuan
Abstract:
Using integral field spectroscopic data from the Mapping Nearby Galaxies at Apache Point Observatory survey, we investigate the spatially resolved properties and empirical relations of a star-forming galaxy and a non-star-forming galaxy hosting counter-rotating stellar disks (CRDs). The DESI $g, r, z$ color images reveal no evidence of merger remnants in either galaxy, suggesting that gas accretio…
▽ More
Using integral field spectroscopic data from the Mapping Nearby Galaxies at Apache Point Observatory survey, we investigate the spatially resolved properties and empirical relations of a star-forming galaxy and a non-star-forming galaxy hosting counter-rotating stellar disks (CRDs). The DESI $g, r, z$ color images reveal no evidence of merger remnants in either galaxy, suggesting that gas accretion fuels the formation of CRDs. Based on the visible counter-rotation in the stellar velocity field, we can fit a spatial boundary to distinguish the inner and outer regions dominated by two stellar disks in each galaxy. In the inner region of the star-forming CRDs, stars are co-rotating with ionized gas, and the stellar population is younger. Comparison of the star-forming main sequence relations between the inner and outer regions reveals enhanced star formation in the inner region. Given the abundant pre-existing gas in the star-forming galaxy, collisions between pre-existing and external gas efficiently consume angular momentum, triggering star formation in the inner region. Conversely, in the outer region of the non-star-forming CRDs, stars are co-rotating with ionized gas, and the stellar population is younger. Comparison of the stellar mass-metallicity relations between the inner and outer regions indicates enriched gas-phase metallicity in the outer region. Considering the less abundant pre-existing gas in the non-star-forming galaxy, external gas could preserve angular momentum, fueling star formation in the outer region. Overall, gas accretion exhibits different influence on the evolution of star-forming and non-star-forming galaxies.
△ Less
Submitted 15 July, 2024;
originally announced July 2024.
-
A Mixture of Experts Approach to 3D Human Motion Prediction
Authors:
Edmund Shieh,
Joshua Lee Franco,
Kang Min Bae,
Tej Lalvani
Abstract:
This project addresses the challenge of human motion prediction, a critical area for applications such as au- tonomous vehicle movement detection. Previous works have emphasized the need for low inference times to provide real time performance for applications like these. Our primary objective is to critically evaluate existing model ar- chitectures, identifying their advantages and opportunities…
▽ More
This project addresses the challenge of human motion prediction, a critical area for applications such as au- tonomous vehicle movement detection. Previous works have emphasized the need for low inference times to provide real time performance for applications like these. Our primary objective is to critically evaluate existing model ar- chitectures, identifying their advantages and opportunities for improvement by replicating the state-of-the-art (SOTA) Spatio-Temporal Transformer model as best as possible given computational con- straints. These models have surpassed the limitations of RNN-based models and have demonstrated the ability to generate plausible motion sequences over both short and long term horizons through the use of spatio-temporal rep- resentations. We also propose a novel architecture to ad- dress challenges of real time inference speed by incorpo- rating a Mixture of Experts (MoE) block within the Spatial- Temporal (ST) attention layer. The particular variation that is used is Soft MoE, a fully-differentiable sparse Transformer that has shown promising ability to enable larger model capacity at lower inference cost. We make out code publicly available at https://github.com/edshieh/motionprediction
△ Less
Submitted 9 May, 2024;
originally announced May 2024.
-
A review on two types of sonic interfaces
Authors:
Myoungjean Bae
Abstract:
In this paper, two examples of sonic interfaces are presented. The first example shows the case of sonic interfaces as weak discontinuities in self-similar shock configurations of unsteady Euler system. The second example shows the case of sonic interfaces as regular interfaces in accelerating transonic flows governed by the steady Euler-Poisson system with self-generated electric forces. And, we…
▽ More
In this paper, two examples of sonic interfaces are presented. The first example shows the case of sonic interfaces as weak discontinuities in self-similar shock configurations of unsteady Euler system. The second example shows the case of sonic interfaces as regular interfaces in accelerating transonic flows governed by the steady Euler-Poisson system with self-generated electric forces. And, we discuss analytic differences of the two examples, and introduce an open problem on decelerating transonic solution to the steady Euler-Poisson system.
△ Less
Submitted 9 May, 2024;
originally announced May 2024.
-
Exact Cluster Dynamics of Indirect Reciprocity in Complete Graphs
Authors:
Minwoo Bae,
Takashi Shimada,
Seung Ki Baek
Abstract:
Heider's balance theory emphasizes cognitive consistency in assessing others, as is expressed by ``The enemy of my enemy is my friend.'' At the same time, the theory of indirect reciprocity provides us with a dynamical framework to study how to assess others based on their actions as well as how to act toward them based on the assessments. Well-known are the `leading eight' from L1 to L8, the eigh…
▽ More
Heider's balance theory emphasizes cognitive consistency in assessing others, as is expressed by ``The enemy of my enemy is my friend.'' At the same time, the theory of indirect reciprocity provides us with a dynamical framework to study how to assess others based on their actions as well as how to act toward them based on the assessments. Well-known are the `leading eight' from L1 to L8, the eight norms for assessment and action to foster cooperation in social dilemmas while resisting the invasion of mutant norms prescribing alternative actions. In this work, we begin by showing that balance is equivalent to stationarity of dynamics only for L4 and L6 (Stern Judging) among the leading eight. Stern Judging reflects an intuitive idea that good merits reward whereas evil warrants punishment. By analyzing the dynamics of Stern Judging in complete graphs, we prove that this norm almost always segregates the graph into two mutually hostile groups as the graph size grows. We then compare L4 with Stern Judging: The only difference of L4 is that a good player's cooperative action toward a bad one is regarded as good. This subtle difference transforms large populations governed by L4 to a ``paradise'' where cooperation prevails and positive assessments abound. Our study thus helps us understand the relationship between individual norms and their emergent consequences at a population level, shedding light on the nuanced interplay between cognitive consistency and segregation dynamics.
△ Less
Submitted 7 May, 2024; v1 submitted 24 April, 2024;
originally announced April 2024.
-
Angle-Resolved Magneto-Chiral Anisotropy in a Non-Centrosymmetric Atomic Layer Superlattice
Authors:
Long Cheng,
Mingrui Bao,
Jingxian Zhang,
Xue Zhang,
Qun Yang,
Qiang Li,
Hui Cao,
Dawei Qiu,
Jia Liu,
Fei Ye,
Qing Wang,
Genhao Liang,
Hui Li,
Guanglei Cheng,
Hua Zhou,
Jian-Min Zuo,
Xiaodong Zhou,
Jian Shen,
Zhifeng Zhu,
Sai Mu,
Wenbo Wang,
Xiaofang Zhai
Abstract:
Chirality in solid-state materials has sparked significant interest due to potential applications of topologically-protected chiral states in next-generation information technology. The electrical magneto-chiral effect (eMChE), arising from relativistic spin-orbit interactions, shows great promise for developing chiral materials and devices for electronic integration. Here we demonstrate an angle-…
▽ More
Chirality in solid-state materials has sparked significant interest due to potential applications of topologically-protected chiral states in next-generation information technology. The electrical magneto-chiral effect (eMChE), arising from relativistic spin-orbit interactions, shows great promise for developing chiral materials and devices for electronic integration. Here we demonstrate an angle-resolved eMChE in an A-B-C-C type atomic-layer superlattice lacking time and space inversion symmetry. We observe non-superimposable enantiomers of left-handed and right-handed tilted uniaxial magnetic anisotropy as the sample rotates under static fields, with the tilting angle reaching a striking 45 degree. Magnetic force microscopy and atomistic simulations correlate the tilt to the emergence and evolution of chiral spin textures. The Dzyaloshinskii-Moriya interaction lock effect in competition with Zeeman effect is demonstrated to be responsible for the angle-resolved eMChE. Our findings open up a new horizon for engineering angle-resolved magneto-chiral anisotropy, shedding light on the development of novel angle-resolved sensing or writing techniques in chiral spintronics.
△ Less
Submitted 20 April, 2024;
originally announced April 2024.
-
Physical Properties of the Southwest Outflow Streamer in the Starburst Galaxy NGC 253 with ALCHEMI
Authors:
Min Bao,
Nanase Harada,
Kotaro Kohno,
Yuki Yoshimura,
Fumi Egusa,
Yuri Nishimura,
Kunihiko Tanaka,
Kouichiro Nakanishi,
Sergio Martín,
Jeffrey G. Mangum,
Kazushi Sakamoto,
Sébastien Muller,
Mathilde Bouvier,
Laura Colzi,
Kimberly L. Emig,
David S. Meier,
Christian Henkel,
Pedro Humire,
Ko-Yun Huang,
Víctor M. Rivilla,
Paul van der Werf,
Serena Viti
Abstract:
The physical properties of galactic molecular outflows are important as they could constrain outflow formation mechanisms. We study the properties of the southwest (SW) outflow streamer including gas kinematics, optical depth, dense gas fraction, and shock strength in the central molecular zone of the starburst galaxy NGC 253. We image the molecular emission at a spatial resolution of $\sim$27 pc…
▽ More
The physical properties of galactic molecular outflows are important as they could constrain outflow formation mechanisms. We study the properties of the southwest (SW) outflow streamer including gas kinematics, optical depth, dense gas fraction, and shock strength in the central molecular zone of the starburst galaxy NGC 253. We image the molecular emission at a spatial resolution of $\sim$27 pc based on data from the ALCHEMI program. We trace the kinematics of molecular gas with CO(1-0) line. We constrain the optical depth of CO emission with CO/$^{13}$CO(1-0) ratio, the dense gas fraction with HCN/CO(1-0) ratio, as well as the shock strength with SiO(2-1)/$^{13}$CO(1-0) ratio. The CO/$^{13}$CO(1-0) integrated intensity ratio is $\sim$21 in the SW streamer region, which approximates the C/$^{13}$C isotopic abundance ratio. The higher integrated intensity ratio compared to the disk can be attributed to the optically thinner environment for CO(1-0) emission inside the SW streamer. The HCN/CO(1-0) and SiO(2-1)/$^{13}$CO(1-0) integrated intensity ratios both approach $\sim$0.2 in three giant molecular clouds (GMCs) at the base of the outflow streamers, which implies the higher dense gas fraction and enhanced strength of fast shocks in those GMCs than in the disk. The contours of those two integrated intensity ratios are extended towards the directions of outflow streamers, which connects the enhanced dense gas fraction and shock strength with molecular outflow. Moreover, the molecular gas with enhanced dense gas fraction and shock strength located at the base of the SW streamer shares the same velocity with the outflow. These phenomena suggest that the star formation inside the GMCs can trigger the shocks and further drive the molecular outflow.
△ Less
Submitted 6 April, 2024;
originally announced April 2024.
-
Properties of a Fading AGN from SDSS-IV MaNGA
Authors:
Hao Mo,
Yan-Mei Chen,
Zhi-Yun Zhang,
Alexei Moiseev,
Dmitry Bizyaev,
Yong Shi,
Qiu-Sheng Gu,
Min Bao,
Xiao Cao,
Song-Lin Li
Abstract:
We identify a fading AGN SDSS J220141.64+115124.3 from the internal Product Launch-11 (MPL-11) in Mapping Nearby Galaxies at Apache Point Observatory (MaNGA) survey. The central region with a projected radius of $\sim$2.4 kpc is characterized as LINER-like line ratios while the outskirts extended to $\sim$15 kpc show Seyfert-like line ratios. The [OIII]$λ$5007 luminosity of the Seyfert regions is…
▽ More
We identify a fading AGN SDSS J220141.64+115124.3 from the internal Product Launch-11 (MPL-11) in Mapping Nearby Galaxies at Apache Point Observatory (MaNGA) survey. The central region with a projected radius of $\sim$2.4 kpc is characterized as LINER-like line ratios while the outskirts extended to $\sim$15 kpc show Seyfert-like line ratios. The [OIII]$λ$5007 luminosity of the Seyfert regions is a factor of 37 (2) higher than the LINER regions without (with) dust attenuation correction, suggesting that the AGN activity decreases at least $\sim$8 $\times$ 10$^3$ yrs ($\sim$2.4 kpc/light-speed) ago. We model the emission line spectra in the central region with double Gaussian components (a narrow core and a broad wing) and analyze the properties of each component. The narrow core component mostly co-rotates with the stellar disc, whereas the broad wing component with a median of the velocity dispersion $\sim$300 km s$^{-1}$ is related to a wind outflow. The kinematic position angle (PA) of the ionized gas shows a $\sim$20° twist from the galaxy center to 1.5 effective radius. The median of the PA difference between the gas and stellar components is as large as $\sim$50° within 0.4 effective radius. The tidal feature in DESI image and star-gas misalignment suggest this galaxy is a merger remnant. Combining all these observational results as well as public available X-ray and MIR luminosities, we confirm this is a fading AGN, the merger process kick-started the central engine to quasar phase which ionized gas composed of tidal debris, and now the activity of the central black hole decreases. The discontinuity in [OIII]$λ$5007 flux and EQW maps is due to multiple AGN outbursts triggered by merger remnant gas inflows.
△ Less
Submitted 14 March, 2024;
originally announced March 2024.
-
Inverse Designed WS2 Planar Chiral Metasurface with Geometric Phase
Authors:
Jaegang Jo,
Sangbin Lee,
Munseong Bae,
Damian Nelson,
Kenneth B. Crozier,
Nanfang Yu,
Haejun Chung,
Sejeong Kim
Abstract:
Increasing attention is being paid to chiral metasurfaces due to their ability to selectively manipulate right-hand circularly polarized light or left-hand circularly polarized light. The thin nature of metasurfaces, however, poses a challenge in creating a device with effective phase modulation. Plasmonic chiral metasurfaces have attempted to address this issue by increasing light-matter interact…
▽ More
Increasing attention is being paid to chiral metasurfaces due to their ability to selectively manipulate right-hand circularly polarized light or left-hand circularly polarized light. The thin nature of metasurfaces, however, poses a challenge in creating a device with effective phase modulation. Plasmonic chiral metasurfaces have attempted to address this issue by increasing light-matter interaction, but they suffer from metallic loss. Dielectric metasurfaces made from high index materials enable phase modulation while being thin. Very few materials, however, have high refractive index and low loss at visible wavelengths. Recently, some 2D materials have been shown to exhibit high refractive index and low loss in the visible wavelengths, positioning them as promising platform for meta-optics. This study introduces and details a planar chiral metasurface with geometric phase composed of WS2 meta-units. By employing adjoint optimization techniques, we achieved broadband circular dichroism.
△ Less
Submitted 6 February, 2024;
originally announced February 2024.
-
Uncovering the formation of the counter-rotating stellar disks in SDSS J074834.64+444117.8
Authors:
Min Bao,
Yanmei Chen,
Meng Yang,
Ling Zhu,
Yong Shi,
Qiusheng Gu
Abstract:
Using the integral field spectroscopic data from Mapping Nearby Galaxies at Apache Point Observatory survey, we study the kinematics and stellar population properties of the two counter-rotating stellar disks in a nearby galaxy SDSS J074834.64+444117.8. We disentangle the two stellar disks by three methods, including CaII $λ$8542 double Gaussian fit, pPXF spectral decomposition, and orbit-based dy…
▽ More
Using the integral field spectroscopic data from Mapping Nearby Galaxies at Apache Point Observatory survey, we study the kinematics and stellar population properties of the two counter-rotating stellar disks in a nearby galaxy SDSS J074834.64+444117.8. We disentangle the two stellar disks by three methods, including CaII $λ$8542 double Gaussian fit, pPXF spectral decomposition, and orbit-based dynamical model. These three different methods give consistent stellar kinematics. The pPXF spectral decomposition provides the spectra of two stellar disks, with one being more luminous across the whole galaxy named primary disk, and the other named secondary disk. The primary disk is counter-rotating with ionized gas, while the secondary disk is co-rotating with ionized gas. The secondary disk has younger stellar population and poorer stellar metallicity than the primary disk. We estimate the stellar mass ratio between the primary and secondary disks to be $\sim$5.2. The DESI $g$, $r$, $z$ color image doesn't show any merger remnant feature in this galaxy. These findings support a scenario that the counter-rotating stellar disks in SDSS J074834.64+444117.8 formed through gas accretion from the cosmic web or a gas-rich companion.
△ Less
Submitted 20 January, 2024;
originally announced January 2024.
-
Universal Time-Series Representation Learning: A Survey
Authors:
Patara Trirat,
Yooju Shin,
Junhyeok Kang,
Youngeun Nam,
Jihye Na,
Minyoung Bae,
Joeun Kim,
Byunghyun Kim,
Jae-Gil Lee
Abstract:
Time-series data exists in every corner of real-world systems and services, ranging from satellites in the sky to wearable devices on human bodies. Learning representations by extracting and inferring valuable information from these time series is crucial for understanding the complex dynamics of particular phenomena and enabling informed decisions. With the learned representations, we can perform…
▽ More
Time-series data exists in every corner of real-world systems and services, ranging from satellites in the sky to wearable devices on human bodies. Learning representations by extracting and inferring valuable information from these time series is crucial for understanding the complex dynamics of particular phenomena and enabling informed decisions. With the learned representations, we can perform numerous downstream analyses more effectively. Among several approaches, deep learning has demonstrated remarkable performance in extracting hidden patterns and features from time-series data without manual feature engineering. This survey first presents a novel taxonomy based on three fundamental elements in designing state-of-the-art universal representation learning methods for time series. According to the proposed taxonomy, we comprehensively review existing studies and discuss their intuitions and insights into how these methods enhance the quality of learned representations. Finally, as a guideline for future studies, we summarize commonly used experimental setups and datasets and discuss several promising research directions. An up-to-date corresponding resource is available at https://github.com/itouchz/awesome-deep-time-series-representations.
△ Less
Submitted 27 August, 2024; v1 submitted 8 January, 2024;
originally announced January 2024.
-
Replication and study of anomalies in LK-99--the alleged ambient-pressure, room-temperature superconductor
Authors:
T. Habamahoro,
T. Bontke,
M. Chirom,
Z. Wu,
J. M. Bao,
L. Z. Deng,
C. W. Chu
Abstract:
We have studied LK-99 [Pb$_{10-x}$Cu$_x$(PO$_4$)$_6$O], alleged by Lee et al. to exhibit superconductivity above room temperature and at ambient pressure, and have reproduced all anomalies in electric and magnetic measurements that they reported as evidence for the claim of LK-99 being an ambient-pressure, room-temperature superconductor. We found that these anomalies are associated with the struc…
▽ More
We have studied LK-99 [Pb$_{10-x}$Cu$_x$(PO$_4$)$_6$O], alleged by Lee et al. to exhibit superconductivity above room temperature and at ambient pressure, and have reproduced all anomalies in electric and magnetic measurements that they reported as evidence for the claim of LK-99 being an ambient-pressure, room-temperature superconductor. We found that these anomalies are associated with the structural transition of the Cu$_2$S impurity in their sample and not with superconductivity.
△ Less
Submitted 6 November, 2023;
originally announced November 2023.
-
Inverse design and optical vortex manipulation for thin film absorption enhancement
Authors:
Munseong Bae,
Jaegang Jo,
Myunghoo Lee,
Joonho Kang,
Svetlana V Boriskina,
Haejun Chung
Abstract:
Optical vortices (OVs) have rapidly varying spatial phase and optical energy that circulates around points or lines of zero optical intensity. Manipulation of OV offers innovative approaches for various fields, such as optical sensing, communication, and imaging. In this work, we demonstrate the correlation between OVs and absorption enhancement in two types of structures. First, we introduce a si…
▽ More
Optical vortices (OVs) have rapidly varying spatial phase and optical energy that circulates around points or lines of zero optical intensity. Manipulation of OV offers innovative approaches for various fields, such as optical sensing, communication, and imaging. In this work, we demonstrate the correlation between OVs and absorption enhancement in two types of structures. First, we introduce a simple planar one-dimensional (1D) structure that manipulates OVs using two coherent light sources. The structure shows a maximum of 6.05-fold absorption gap depending on the presence of OVs. Even a slight difference in the incidence angle can influence the generation/annihilation of OVs, which implies the high sensitivity of angular light detection. Second, we apply inverse design to optimize two-dimensional (2D) perfect ultrathin absorbers. The optimized free-form structure achieves 99.90% absorptance, and the fabricable grating structure achieves 97.85% at 775 nm wavelength. To evaluate OV fields and their contribution to achieving absorption enhancement, we introduce a new parameter, OV circularity. The optimized structures generate numerous OVs with a maximum circularity of 95.37% (free-form) and 96.14% (grating), superior to our 1D structure. Our study reveals the role of high-circularity localized OVs in optimizing nano-structured absorbers and devices for optical sensing, optical communication, and many other applications.
△ Less
Submitted 7 September, 2023;
originally announced September 2023.
-
The steady Euler-Poisson system and accelerating flows with transonic $C^1$-transitions
Authors:
Myoungjean Bae,
Ben Duan,
Chunjing Xie
Abstract:
In this paper, we prove the existence of two-dimensional solutions to the steady Euler-Poisson system with continuous transonic transitions across sonic interfaces of codimension 1. First, we establish the well-posedness of a boundary value problem for a linear second order system that consists of an elliptic-hyperbolic mixed type equation with a degeneracy occurring on an interface of codimension…
▽ More
In this paper, we prove the existence of two-dimensional solutions to the steady Euler-Poisson system with continuous transonic transitions across sonic interfaces of codimension 1. First, we establish the well-posedness of a boundary value problem for a linear second order system that consists of an elliptic-hyperbolic mixed type equation with a degeneracy occurring on an interface of codimension 1, and an elliptic equation weakly coupled together. Then we apply the Schauder fixed point theorem to prove the existence of two-dimensional solutions to the potential flow model of the steady Euler-Poisson system with continuous transonic transitions across sonic interfaces. With the aid of Helmholtz decomposition, established in [6], we extend the existence result to the full Euler-Poisson system for the case of nonzero vorticity. Most importantly, the solutions constructed in this paper are classical solutions to Euler-Poisson system, thus their sonic interfaces are not weak discontinuities in the sense that all the flow variables are $C^1$ across the interfaces.
△ Less
Submitted 9 August, 2023;
originally announced August 2023.
-
A Framework for Migrating to Post-Quantum Cryptography: Security Dependency Analysis and Case Studies
Authors:
Khondokar Fida Hasan,
Leonie Simpson,
Mir Ali Rezazadeh Baee,
Chadni Islam,
Ziaur Rahman,
Warren Armstrong,
Praveen Gauravaram,
Matthew McKague
Abstract:
Quantum computing is emerging as a significant threat to information protected by widely used cryptographic systems. Cryptographic methods, once deemed secure for decades, are now at risk of being compromised, posing a massive threat to the security of sensitive data and communications across enterprises worldwide. As a result, there is an urgent need to migrate to quantum-resistant cryptographic…
▽ More
Quantum computing is emerging as a significant threat to information protected by widely used cryptographic systems. Cryptographic methods, once deemed secure for decades, are now at risk of being compromised, posing a massive threat to the security of sensitive data and communications across enterprises worldwide. As a result, there is an urgent need to migrate to quantum-resistant cryptographic systems. This is no simple task. Migrating to a quantum-safe state is a complex process, and many organisations lack the in-house expertise to navigate this transition without guidance. In this paper, we present a comprehensive framework designed to assist enterprises with this migration. Our framework outlines essential steps involved in the cryptographic migration process, and leverages existing organisational inventories. The framework facilitates the efficient identification of cryptographic assets and can be integrated with other enterprise frameworks smoothly. To underscore its practicality and effectiveness, we have incorporated case studies that utilise graph-theoretic techniques to pinpoint and assess cryptographic dependencies. This is useful in prioritising crypto-systems for replacement.
△ Less
Submitted 21 February, 2024; v1 submitted 12 July, 2023;
originally announced July 2023.
-
Blockwise Key Distillation in Satellite-based Quantum Key Distribution
Authors:
Minu J. Bae,
Nitish K. Panigrahy,
Prajit Dhara,
Walter O. Krawec,
Alexander Russell,
Don Towsley,
Bing Wang
Abstract:
Free-space satellite communication has significantly lower photon loss than terrestrial communication via optical fibers. Satellite-based quantum key distribution (QKD) leverages this advantage and provides a promising direction in achieving long-distance inter-continental QKD. Satellite channels, however, can be highly dynamic due to various environmental factors and time-of-the-day effects, lead…
▽ More
Free-space satellite communication has significantly lower photon loss than terrestrial communication via optical fibers. Satellite-based quantum key distribution (QKD) leverages this advantage and provides a promising direction in achieving long-distance inter-continental QKD. Satellite channels, however, can be highly dynamic due to various environmental factors and time-of-the-day effects, leading to heterogeneous noises over time. In this paper, we compare two key distillation techniques for satellite-based QKD. One is the traditional {\em non-blockwise} strategy that treats all the signals as a whole; the other is a {\em blockwise} strategy that divides the signals into individual blocks that have similar noise characteristics and processes them independently. Through extensive simulation in a wide range of settings, we show trends in optimal parameter choices and when one strategy provides better key generation rates than the other. Our results show that the blockwise strategy can lead to up to $5\%$ key rate improvement (leading to on average $1.9\times10^{7}$ more key bits per day) when considering two types of blocks, i.e., for nighttime and daytime, respectively. The blockwise strategy only requires changes in the classical post-processing stage of QKD and can be easily deployed in existing satellite systems.
△ Less
Submitted 9 July, 2023;
originally announced July 2023.
-
Supersonic flows of the Euler-Poisson system in three-dimensional cylinders
Authors:
Myoungjean Bae,
Hyangdong Park
Abstract:
In this paper, we prove the unique existence of three-dimensional supersonic solutions to the steady Euler-Poisson system in cylindrical nozzles when prescribing the velocity, entropy, and the strength of electric field at the entrance. We first establish the unique existence of irrotational supersonic solutions in a cylindrical nozzle with an arbitrary cross section by extending the results of \c…
▽ More
In this paper, we prove the unique existence of three-dimensional supersonic solutions to the steady Euler-Poisson system in cylindrical nozzles when prescribing the velocity, entropy, and the strength of electric field at the entrance. We first establish the unique existence of irrotational supersonic solutions in a cylindrical nozzle with an arbitrary cross section by extending the results of \cite{bae2021three} with an aid of weighted Sobolev norms. Then, we establish the unique existence of three-dimensional axisymmetric supersonic solutions to the Euler-Poisson system with nonzero vorticity in a circular cylinder. In particular, we construct a three-dimensional solution with a nonzero angular momentum density (or equivalently a nonzero swirl). Therefore this is truly a three dimensional flow in the sense that the Euler-Poisson system cannot be reduced to a two dimensional system via a stream function formulation. The main idea is to reformulate the system into a second order hyperbolic-elliptic coupled system and two transport equations via the method of Helmholtz decomposition, and to employ the method of iterations. Several technical issues, including the issue of singularities on the axis of symmetry and the issue of corner singularities in a Lipschitz domain, are carefully addressed.
△ Less
Submitted 6 March, 2024; v1 submitted 7 February, 2023;
originally announced February 2023.
-
Hawkeye: Hectometer-range Subcentimeter Localization for Large-scale mmWave Backscatter
Authors:
Kang Min Bae,
Hankyeol Moon,
Sung-Min Sohn,
Song Min Kim
Abstract:
Accurate localization of a large number of objects over a wide area is one of the keys to the pervasive interaction with the Internet of Things. This paper presents Hawkeye, a new mmWave backscatter that, for the first time, offers over (i) hundred-scale simultaneous 3D localization at (ii) subcentimeter accuracy for over an (iii) hectometer distance. Hawkeye generally applies to indoors and outdo…
▽ More
Accurate localization of a large number of objects over a wide area is one of the keys to the pervasive interaction with the Internet of Things. This paper presents Hawkeye, a new mmWave backscatter that, for the first time, offers over (i) hundred-scale simultaneous 3D localization at (ii) subcentimeter accuracy for over an (iii) hectometer distance. Hawkeye generally applies to indoors and outdoors as well as under mobility. Hawkeye tag's Van Atta Array design with retro-reflectivity in both elevation and azimuth planes offers 3D localization and effectively suppresses the multipath. Hawkeye localization algorithm is a lightweight signal processing compatible with the commodity FMCW radar. It uniquely leverages the interplay between the tag signal and clutter, and leverages the spetral leakage for fine-grained positioning. Prototype evaluations in corridor, lecture room, and soccer field reveal 6.7 mm median accuracy at 160 m range, and simultaneously localizes 100 tags in only 33.2 ms. Hawkeye is reliable under temperature change with significant oscillator frequency offset.
△ Less
Submitted 6 January, 2023;
originally announced January 2023.
-
Multiple gas acquisition events in galaxies with dual misaligned gas disks
Authors:
Xiao Cao,
Yan-Mei Chen,
Yong Shi,
Min Bao,
Alexei Moiseev,
Dmitry Bizyaev,
Song-Lin Li,
José G. Fernández-Trincado,
Rogemar A. Riffel,
Rogério Riffel,
Richard R. Lane
Abstract:
Frequent accretion of external cold gas is thought to play an important role in galaxy assembly. However, almost all known kinematically misaligned galaxies identify only one gas disk that is misaligned with the stellar disk, implying a single gas acquisition event. Here we report a new configuration in two galaxies where both contain two gas disks misaligned with each other and also with the stel…
▽ More
Frequent accretion of external cold gas is thought to play an important role in galaxy assembly. However, almost all known kinematically misaligned galaxies identify only one gas disk that is misaligned with the stellar disk, implying a single gas acquisition event. Here we report a new configuration in two galaxies where both contain two gas disks misaligned with each other and also with the stellar disk. Such systems are not expected to be stable or long-lasting, challenging the traditional picture of gas accretion of galaxies and their angular momentum build-up. The differences in kinematic position angles are larger than 120° between the two gas disks, and 40° between each gas disk and the stellar component. The star formation activity is enhanced at the interface of the two gas disks compared with the other regions within the same galaxy. Such systems illustrate that low-redshift galaxies can still experience multiple gas acquisition events, and provide a new view into the origins of galactic gas.
△ Less
Submitted 30 September, 2022;
originally announced September 2022.
-
The Trivial Bound of Entropic Uncertainty Relations
Authors:
Minu J. Bae
Abstract:
Entropic uncertainty relations are underpinning to compute the quantitative security bound in quantum cryptographic applications, such as quantum random number generation (QRNG) and quantum key distribution (QKD). All security proofs derive a relation between the information accessible to the legitimate group and the maximum knowledge that an adversary may have gained, Eve, which exploits entropic…
▽ More
Entropic uncertainty relations are underpinning to compute the quantitative security bound in quantum cryptographic applications, such as quantum random number generation (QRNG) and quantum key distribution (QKD). All security proofs derive a relation between the information accessible to the legitimate group and the maximum knowledge that an adversary may have gained, Eve, which exploits entropic uncertainty relations to lower bound Eve's uncertainty about the raw key generated by one party, Alice. The standard entropic uncertainty relations is to utilize the smooth min- and max-entropies to show these cryptographic applications' security by computing the overlap of two incompatible measurements or positive-operator valued measures (POVMs). This paper draws one case of the POVM-versioned standard entropic uncertainty relation yielding the trivial bound since the maximum overlap in POVMs always produces the trivial value, "one." So, it fails to tie the smooth min-entropy to show the security of the quantum cryptographic application.
△ Less
Submitted 19 January, 2023; v1 submitted 30 July, 2022;
originally announced August 2022.
-
Quantum Walk Random Number Generation: Memory-based Models
Authors:
Minu J. Bae
Abstract:
The semi-source independent quantum walk random number generator (SI-QW-QRNG) is a cryptographic protocol that extracts a string of true random bits from a quantum random walk with an adversary controls a randomness source, but the dimension of the system is known. This paper analyzes SI-QW-QRNG protocols with a memory-based quantum walk state. The new protocol utilizes a generalized coin operator…
▽ More
The semi-source independent quantum walk random number generator (SI-QW-QRNG) is a cryptographic protocol that extracts a string of true random bits from a quantum random walk with an adversary controls a randomness source, but the dimension of the system is known. This paper analyzes SI-QW-QRNG protocols with a memory-based quantum walk state. The new protocol utilizes a generalized coin operator with various parameters to optimize the randomness of the quantum walk state. We focus on evaluations of the protocols in multiple scenarios and walk configurations. Moreover, we show some interesting behavior of the system depending on the size of the memory space and the number of quantum coins.
△ Less
Submitted 11 October, 2022; v1 submitted 18 July, 2022;
originally announced July 2022.
-
SDSS-IV MaNGA: Global Properties of Kinematically Misaligned Galaxies
Authors:
Yuren Zhou,
Yanmei Chen,
Yong Shi,
Dmitry Bizyaev,
Hong Guo,
Min Bao,
Haitong Xu,
Xiaoling Yu,
Joel R. Brownstein
Abstract:
We select 456 gas-star kinematically misaligned galaxies from the internal Product Launch-10 of MaNGA survey, including 74 star-forming (SF), 136 green-valley (GV) and 206 quiescent (QS) galaxies. We find that the distributions of difference between gas and star position angles for galaxies have three local peaks at $\sim0^{\circ}$, $90^{\circ}$, $180^{\circ}$. The fraction of misaligned galaxies…
▽ More
We select 456 gas-star kinematically misaligned galaxies from the internal Product Launch-10 of MaNGA survey, including 74 star-forming (SF), 136 green-valley (GV) and 206 quiescent (QS) galaxies. We find that the distributions of difference between gas and star position angles for galaxies have three local peaks at $\sim0^{\circ}$, $90^{\circ}$, $180^{\circ}$. The fraction of misaligned galaxies peaks at $\log(M_*/M_{\odot})\sim10.5$ and declines to both low and high mass end. This fraction decreases monotonically with increasing SFR and sSFR. We compare the global parameters including gas kinematic asymmetry $V_{\mathrm{asym}}$, HI detection rate and mass fraction of molecular gas, effective radius $R_e$, Sérsic index $n$ as well as spin parameter $λ_{R_e}$ between misaligned galaxies and their control samples. We find that the misaligned galaxies have lower HI detection rate and molecular gas mass fraction, smaller size, higher Sérsic index and lower spin parameters than their control samples. The SF and GV misaligned galaxies are more asymmetric in gas velocity fields than their controls. These observational evidences point to the gas accretion scenario followed by angular momentum redistribution from gas-gas collision, leading to gas inflow and central star formation for the SF and GV misaligned galaxies. We propose three possible origins of the misaligned QS galaxies: (1) external gas accretion; (2) merger; (3) GV misaligned galaxies evolve into QS galaxies.
△ Less
Submitted 15 July, 2022;
originally announced July 2022.
-
Toward An Optimal Selection of Dialogue Strategies: A Target-Driven Approach for Intelligent Outbound Robots
Authors:
Ruifeng Qian,
Shijie Li,
Mengjiao Bao,
Huan Chen,
Yu Che
Abstract:
With the growth of the economy and society, enterprises, especially in the FinTech industry, have increasing demands of outbound calls for customers such as debt collection, marketing, anti-fraud calls, and so on. But a large amount of repetitive and mechanical work occupies most of the time of human agents, so the cost of equipment and labor for enterprises is increasing accordingly. At the same…
▽ More
With the growth of the economy and society, enterprises, especially in the FinTech industry, have increasing demands of outbound calls for customers such as debt collection, marketing, anti-fraud calls, and so on. But a large amount of repetitive and mechanical work occupies most of the time of human agents, so the cost of equipment and labor for enterprises is increasing accordingly. At the same time, with the development of artificial intelligence technology in the past few decades, it has become quite common for companies to use new technologies such as Big Data and artificial intelligence to empower outbound call businesses. The intelligent outbound robot is a typical application of the artificial intelligence technology in the field of outbound call businesses. It is mainly used to communicate with customers in order to accomplish a certain target. It has the characteristics of low cost, high reuse, and easy compliance, which has attracted more attention from the industry.
At present, there are two kinds of intelligent outbound robots in the industry but both of them still leave large room for improvement. One kind of them is based on a finite state machine relying on the configuration of jump conditions and corresponding nodes based on manual experience. This kind of intelligent outbound robot is also called a flow-based robot. For example, the schematic diagram of the working model of a flow-based robot for debt collection is shown in Fig.\ref{fig:label}. In each round, the robot will reply to the user with the words corresponding to each node.
△ Less
Submitted 22 June, 2022;
originally announced June 2022.