-
ReGUIDE: Data Efficient GUI Grounding via Spatial Reasoning and Search
Authors:
Hyunseok Lee,
Jeonghoon Kim,
Beomjun Kim,
Jihoon Tack,
Chansong Jo,
Jaehong Lee,
Cheonbok Park,
Sookyo In,
Jinwoo Shin,
Kang Min Yoo
Abstract:
Recent advances in Multimodal Large Language Models (MLLMs) have enabled autonomous agents to interact with computers via Graphical User Interfaces (GUIs), where accurately localizing the coordinates of interface elements (e.g., buttons) is often required for fine-grained actions. However, this remains significantly challenging, leading prior works to rely on large-scale web datasets to improve th…
▽ More
Recent advances in Multimodal Large Language Models (MLLMs) have enabled autonomous agents to interact with computers via Graphical User Interfaces (GUIs), where accurately localizing the coordinates of interface elements (e.g., buttons) is often required for fine-grained actions. However, this remains significantly challenging, leading prior works to rely on large-scale web datasets to improve the grounding accuracy. In this work, we propose Reasoning Graphical User Interface Grounding for Data Efficiency (ReGUIDE), a novel and effective framework for web grounding that enables MLLMs to learn data efficiently through self-generated reasoning and spatial-aware criticism. More specifically, ReGUIDE learns to (i) self-generate a language reasoning process for the localization via online reinforcement learning, and (ii) criticize the prediction using spatial priors that enforce equivariance under input transformations. At inference time, ReGUIDE further boosts performance through a test-time scaling strategy, which combines spatial search with coordinate aggregation. Our experiments demonstrate that ReGUIDE significantly advances web grounding performance across multiple benchmarks, outperforming baselines with substantially fewer training data points (e.g., only 0.2% samples compared to the best open-sourced baselines).
△ Less
Submitted 24 May, 2025; v1 submitted 21 May, 2025;
originally announced May 2025.
-
Computing Certificates of Strictly Positive Polynomials in Archimedean Quadratic Modules
Authors:
Weifeng Shang,
Chenqi Mou,
Jose Abel Castellanos Joo,
Deepak Kapur
Abstract:
New results on computing certificates of strictly positive polynomials in Archimedean quadratic modules are presented. The results build upon (i) Averkov's method for generating a strictly positive polynomial for which a membership certificate can be more easily computed than the input polynomial whose certificate is being sought, and (ii) Lasserre's method for generating a certificate by successi…
▽ More
New results on computing certificates of strictly positive polynomials in Archimedean quadratic modules are presented. The results build upon (i) Averkov's method for generating a strictly positive polynomial for which a membership certificate can be more easily computed than the input polynomial whose certificate is being sought, and (ii) Lasserre's method for generating a certificate by successively approximating a nonnegative polynomial by sums of squares. First, a fully constructive method based on Averkov's result is given by providing details about the parameters; further, his result is extended to work on arbitrary subsets, in particular, the whole Euclidean space $\mathbb{R}^n$, producing globally strictly positive polynomials. Second, Lasserre's method is integrated with the extended Averkov construction to generate certificates. Third, the methods have been implemented and their effectiveness is illustrated. Examples are given on which the existing software package RealCertify appears to struggle, whereas the proposed method succeeds in generating certificates. Several situations are identified where an Archimedean polynomial does not have to be explicitly included in a set of generators of an Archimedean quadratic module. Unlike other approaches for addressing the problem of computing certificates, the methods/approach presented is easier to understand as well as implement.
△ Less
Submitted 14 March, 2025;
originally announced March 2025.
-
Re-ranking Using Large Language Models for Mitigating Exposure to Harmful Content on Social Media Platforms
Authors:
Rajvardhan Oak,
Muhammad Haroon,
Claire Jo,
Magdalena Wojcieszak,
Anshuman Chhabra
Abstract:
Social media platforms utilize Machine Learning (ML) and Artificial Intelligence (AI) powered recommendation algorithms to maximize user engagement, which can result in inadvertent exposure to harmful content. Current moderation efforts, reliant on classifiers trained with extensive human-annotated data, struggle with scalability and adapting to new forms of harm. To address these challenges, we p…
▽ More
Social media platforms utilize Machine Learning (ML) and Artificial Intelligence (AI) powered recommendation algorithms to maximize user engagement, which can result in inadvertent exposure to harmful content. Current moderation efforts, reliant on classifiers trained with extensive human-annotated data, struggle with scalability and adapting to new forms of harm. To address these challenges, we propose a novel re-ranking approach using Large Language Models (LLMs) in zero-shot and few-shot settings. Our method dynamically assesses and re-ranks content sequences, effectively mitigating harmful content exposure without requiring extensive labeled data. Alongside traditional ranking metrics, we also introduce two new metrics to evaluate the effectiveness of re-ranking in reducing exposure to harmful content. Through experiments on three datasets, three models and across three configurations, we demonstrate that our LLM-based approach significantly outperforms existing proprietary moderation approaches, offering a scalable and adaptable solution for harm mitigation.
△ Less
Submitted 29 May, 2025; v1 submitted 22 January, 2025;
originally announced January 2025.
-
ADAM: An AI Reasoning and Bioinformatics Model for Alzheimer's Disease Detection and Microbiome-Clinical Data Integration
Authors:
Ziyuan Huang,
Vishaldeep Kaur Sekhon,
Roozbeh Sadeghian,
Maria L. Vaida,
Cynthia Jo,
Doyle Ward,
Vanni Bucci,
John P. Haran
Abstract:
Alzheimer's Disease Analysis Model (ADAM) is a multi-agent reasoning large language model (LLM) framework designed to integrate and analyze multimodal data, including microbiome profiles, clinical datasets, and external knowledge bases, to enhance the understanding and classification of Alzheimer's disease (AD). By leveraging the agentic system with LLM, ADAM produces insights from diverse data so…
▽ More
Alzheimer's Disease Analysis Model (ADAM) is a multi-agent reasoning large language model (LLM) framework designed to integrate and analyze multimodal data, including microbiome profiles, clinical datasets, and external knowledge bases, to enhance the understanding and classification of Alzheimer's disease (AD). By leveraging the agentic system with LLM, ADAM produces insights from diverse data sources and contextualizes the findings with literature-driven evidence. A comparative evaluation with XGBoost revealed a significantly improved mean F1 score and significantly reduced variance for ADAM, highlighting its robustness and consistency, particularly when utilizing human biological data. Although currently tailored for binary classification tasks with two data modalities, future iterations will aim to incorporate additional data types, such as neuroimaging and peripheral biomarkers, and expand them to predict disease progression, thereby broadening ADAM's scalability and applicability in AD research and diagnostic applications.
△ Less
Submitted 1 May, 2025; v1 submitted 14 January, 2025;
originally announced January 2025.
-
Harmful YouTube Video Detection: A Taxonomy of Online Harm and MLLMs as Alternative Annotators
Authors:
Claire Wonjeong Jo,
Miki Wesołowska,
Magdalena Wojcieszak
Abstract:
Short video platforms, such as YouTube, Instagram, or TikTok, are used by billions of users globally. These platforms expose users to harmful content, ranging from clickbait or physical harms to misinformation or online hate. Yet, detecting harmful videos remains challenging due to an inconsistent understanding of what constitutes harm and limited resources and mental tolls involved in human annot…
▽ More
Short video platforms, such as YouTube, Instagram, or TikTok, are used by billions of users globally. These platforms expose users to harmful content, ranging from clickbait or physical harms to misinformation or online hate. Yet, detecting harmful videos remains challenging due to an inconsistent understanding of what constitutes harm and limited resources and mental tolls involved in human annotation. As such, this study advances measures and methods to detect harm in video content. First, we develop a comprehensive taxonomy for online harm on video platforms, categorizing it into six categories: Information, Hate and harassment, Addictive, Clickbait, Sexual, and Physical harms. Next, we establish multimodal large language models as reliable annotators of harmful videos. We analyze 19,422 YouTube videos using 14 image frames, 1 thumbnail, and text metadata, comparing the accuracy of crowdworkers (Mturk) and GPT-4-Turbo with domain expert annotations serving as the gold standard. Our results demonstrate that GPT-4-Turbo outperforms crowdworkers in both binary classification (harmful vs. harmless) and multi-label harm categorization tasks. Methodologically, this study extends the application of LLMs to multi-label and multi-modal contexts beyond text annotation and binary classification. Practically, our study contributes to online harm mitigation by guiding the definitions and identification of harmful content on video platforms.
△ Less
Submitted 6 November, 2024;
originally announced November 2024.
-
Geographical Node Clustering and Grouping to Guarantee Data IIDness in Federated Learning
Authors:
Minkwon Lee,
Hyoil Kim,
Changhee Joo
Abstract:
Federated learning (FL) is a decentralized AI mechanism suitable for a large number of devices like in smart IoT. A major challenge of FL is the non-IID dataset problem, originating from the heterogeneous data collected by FL participants, leading to performance deterioration of the trained global model. There have been various attempts to rectify non-IID dataset, mostly focusing on manipulating t…
▽ More
Federated learning (FL) is a decentralized AI mechanism suitable for a large number of devices like in smart IoT. A major challenge of FL is the non-IID dataset problem, originating from the heterogeneous data collected by FL participants, leading to performance deterioration of the trained global model. There have been various attempts to rectify non-IID dataset, mostly focusing on manipulating the collected data. This paper, however, proposes a novel approach to ensure data IIDness by properly clustering and grouping mobile IoT nodes exploiting their geographical characteristics, so that each FL group can achieve IID dataset. We first provide an experimental evidence for the independence and identicalness features of IoT data according to the inter-device distance, and then propose Dynamic Clustering and Partial-Steady Grouping algorithms that partition FL participants to achieve near-IIDness in their dataset while considering device mobility. Our mechanism significantly outperforms benchmark grouping algorithms at least by 110 times in terms of the joint cost between the number of dropout devices and the evenness in per-group device count, with a mild increase in the number of groups only by up to 0.93 groups.
△ Less
Submitted 21 October, 2024;
originally announced October 2024.
-
Can Language Models Take A Hint? Prompting for Controllable Contextualized Commonsense Inference
Authors:
Pedro Colon-Hernandez,
Nanxi Liu,
Chelsea Joe,
Peter Chin,
Claire Yin,
Henry Lieberman,
Yida Xin,
Cynthia Breazeal
Abstract:
Generating commonsense assertions within a given story context remains a difficult task for modern language models. Previous research has addressed this problem by aligning commonsense inferences with stories and training language generation models accordingly. One of the challenges is determining which topic or entity in the story should be the focus of an inferred assertion. Prior approaches lac…
▽ More
Generating commonsense assertions within a given story context remains a difficult task for modern language models. Previous research has addressed this problem by aligning commonsense inferences with stories and training language generation models accordingly. One of the challenges is determining which topic or entity in the story should be the focus of an inferred assertion. Prior approaches lack the ability to control specific aspects of the generated assertions. In this work, we introduce "hinting," a data augmentation technique that enhances contextualized commonsense inference. "Hinting" employs a prefix prompting strategy using both hard and soft prompts to guide the inference process. To demonstrate its effectiveness, we apply "hinting" to two contextual commonsense inference datasets: ParaCOMET and GLUCOSE, evaluating its impact on both general and context-specific inference. Furthermore, we evaluate "hinting" by incorporating synonyms and antonyms into the hints. Our results show that "hinting" does not compromise the performance of contextual commonsense inference while offering improved controllability.
△ Less
Submitted 3 October, 2024;
originally announced October 2024.
-
Toward Scalable and Efficient Visual Data Transmission in 6G Networks
Authors:
Junhao Cai,
Taegun An,
Changhee Joo
Abstract:
6G network technology will emerge in a landscape where visual data transmissions dominate global mobile traffic and are expected to grow continuously, driven by the increasing demand for AI-based computer vision applications. This will make already challenging task of visual data transmission even more difficult. In this work, we review effective techniques for visual data transmission, such as co…
▽ More
6G network technology will emerge in a landscape where visual data transmissions dominate global mobile traffic and are expected to grow continuously, driven by the increasing demand for AI-based computer vision applications. This will make already challenging task of visual data transmission even more difficult. In this work, we review effective techniques for visual data transmission, such as content compression and adaptive video streaming, highlighting their advantages and limitations. Further, considering the scalability and cost issues of cloud-based and on-device AI services, we explore distributed in-network computing architecture like fog-computing as a direction of 6G networks, and investigate the necessary technical properties for the timely delivery of visual data.
△ Less
Submitted 24 September, 2024;
originally announced September 2024.
-
Preoperative Rotator Cuff Tear Prediction from Shoulder Radiographs using a Convolutional Block Attention Module-Integrated Neural Network
Authors:
Chris Hyunchul Jo,
Jiwoong Yang,
Byunghwan Jeon,
Hackjoon Shim,
Ikbeom Jang
Abstract:
Research question: We test whether a plane shoulder radiograph can be used together with deep learning methods to identify patients with rotator cuff tears as opposed to using an MRI in standard of care. Findings: By integrating convolutional block attention modules into a deep neural network, our model demonstrates high accuracy in detecting patients with rotator cuff tears, achieving an average…
▽ More
Research question: We test whether a plane shoulder radiograph can be used together with deep learning methods to identify patients with rotator cuff tears as opposed to using an MRI in standard of care. Findings: By integrating convolutional block attention modules into a deep neural network, our model demonstrates high accuracy in detecting patients with rotator cuff tears, achieving an average AUC of 0.889 and an accuracy of 0.831. Meaning: This study validates the efficacy of our deep learning model to accurately detect rotation cuff tears from radiographs, offering a viable pre-assessment or alternative to more expensive imaging techniques such as MRI.
△ Less
Submitted 19 August, 2024;
originally announced August 2024.
-
Accuracy of a Large Language Model in Distinguishing Anti- And Pro-vaccination Messages on Social Media: The Case of Human Papillomavirus Vaccination
Authors:
Soojong Kim,
Kwanho Kim,
Claire Wonjeong Jo
Abstract:
Objective. Vaccination has engendered a spectrum of public opinions, with social media acting as a crucial platform for health-related discussions. The emergence of artificial intelligence technologies, such as large language models (LLMs), offers a novel opportunity to efficiently investigate public discourses. This research assesses the accuracy of ChatGPT, a widely used and freely available ser…
▽ More
Objective. Vaccination has engendered a spectrum of public opinions, with social media acting as a crucial platform for health-related discussions. The emergence of artificial intelligence technologies, such as large language models (LLMs), offers a novel opportunity to efficiently investigate public discourses. This research assesses the accuracy of ChatGPT, a widely used and freely available service built upon an LLM, for sentiment analysis to discern different stances toward Human Papillomavirus (HPV) vaccination. Methods. Messages related to HPV vaccination were collected from social media supporting different message formats: Facebook (long format) and Twitter (short format). A selection of 1,000 human-evaluated messages was input into the LLM, which generated multiple response instances containing its classification results. Accuracy was measured for each message as the level of concurrence between human and machine decisions, ranging between 0 and 1. Results. Average accuracy was notably high when 20 response instances were used to determine the machine decision of each message: .882 (SE = .021) and .750 (SE = .029) for anti- and pro-vaccination long-form; .773 (SE = .027) and .723 (SE = .029) for anti- and pro-vaccination short-form, respectively. Using only three or even one instance did not lead to a severe decrease in accuracy. However, for long-form messages, the language model exhibited significantly lower accuracy in categorizing pro-vaccination messages than anti-vaccination ones. Conclusions. ChatGPT shows potential in analyzing public opinions on HPV vaccination using social media content. However, understanding the characteristics and limitations of a language model within specific public health contexts remains imperative.
△ Less
Submitted 10 April, 2024;
originally announced April 2024.
-
HyperCLOVA X Technical Report
Authors:
Kang Min Yoo,
Jaegeun Han,
Sookyo In,
Heewon Jeon,
Jisu Jeong,
Jaewook Kang,
Hyunwook Kim,
Kyung-Min Kim,
Munhyong Kim,
Sungju Kim,
Donghyun Kwak,
Hanock Kwak,
Se Jung Kwon,
Bado Lee,
Dongsoo Lee,
Gichang Lee,
Jooho Lee,
Baeseong Park,
Seongjin Shin,
Joonsang Yu,
Seolki Baek,
Sumin Byeon,
Eungsup Cho,
Dooseok Choe,
Jeesung Han
, et al. (371 additional authors not shown)
Abstract:
We introduce HyperCLOVA X, a family of large language models (LLMs) tailored to the Korean language and culture, along with competitive capabilities in English, math, and coding. HyperCLOVA X was trained on a balanced mix of Korean, English, and code data, followed by instruction-tuning with high-quality human-annotated datasets while abiding by strict safety guidelines reflecting our commitment t…
▽ More
We introduce HyperCLOVA X, a family of large language models (LLMs) tailored to the Korean language and culture, along with competitive capabilities in English, math, and coding. HyperCLOVA X was trained on a balanced mix of Korean, English, and code data, followed by instruction-tuning with high-quality human-annotated datasets while abiding by strict safety guidelines reflecting our commitment to responsible AI. The model is evaluated across various benchmarks, including comprehensive reasoning, knowledge, commonsense, factuality, coding, math, chatting, instruction-following, and harmlessness, in both Korean and English. HyperCLOVA X exhibits strong reasoning capabilities in Korean backed by a deep understanding of the language and cultural nuances. Further analysis of the inherent bilingual nature and its extension to multilingualism highlights the model's cross-lingual proficiency and strong generalization ability to untargeted languages, including machine translation between several language pairs and cross-lingual inference tasks. We believe that HyperCLOVA X can provide helpful guidance for regions or countries in developing their sovereign LLMs.
△ Less
Submitted 13 April, 2024; v1 submitted 2 April, 2024;
originally announced April 2024.
-
SemCity: Semantic Scene Generation with Triplane Diffusion
Authors:
Jumin Lee,
Sebin Lee,
Changho Jo,
Woobin Im,
Juhyeong Seon,
Sung-Eui Yoon
Abstract:
We present "SemCity," a 3D diffusion model for semantic scene generation in real-world outdoor environments. Most 3D diffusion models focus on generating a single object, synthetic indoor scenes, or synthetic outdoor scenes, while the generation of real-world outdoor scenes is rarely addressed. In this paper, we concentrate on generating a real-outdoor scene through learning a diffusion model on a…
▽ More
We present "SemCity," a 3D diffusion model for semantic scene generation in real-world outdoor environments. Most 3D diffusion models focus on generating a single object, synthetic indoor scenes, or synthetic outdoor scenes, while the generation of real-world outdoor scenes is rarely addressed. In this paper, we concentrate on generating a real-outdoor scene through learning a diffusion model on a real-world outdoor dataset. In contrast to synthetic data, real-outdoor datasets often contain more empty spaces due to sensor limitations, causing challenges in learning real-outdoor distributions. To address this issue, we exploit a triplane representation as a proxy form of scene distributions to be learned by our diffusion model. Furthermore, we propose a triplane manipulation that integrates seamlessly with our triplane diffusion model. The manipulation improves our diffusion model's applicability in a variety of downstream tasks related to outdoor scene generation such as scene inpainting, scene outpainting, and semantic scene completion refinements. In experimental results, we demonstrate that our triplane diffusion model shows meaningful generation results compared with existing work in a real-outdoor dataset, SemanticKITTI. We also show our triplane manipulation facilitates seamlessly adding, removing, or modifying objects within a scene. Further, it also enables the expansion of scenes toward a city-level scale. Finally, we evaluate our method on semantic scene completion refinements where our diffusion model enhances predictions of semantic scene completion networks by learning scene distribution. Our code is available at https://github.com/zoomin-lee/SemCity.
△ Less
Submitted 17 March, 2024; v1 submitted 12 March, 2024;
originally announced March 2024.
-
A Learning-based Distributed Algorithm for Scheduling in Multi-hop Wireless Networks
Authors:
Daehyun Park,
Sunjung Kang,
Changhee Joo
Abstract:
We address the joint problem of learning and scheduling in multi-hop wireless network without a prior knowledge on link rates. Previous scheduling algorithms need the link rate information, and learning algorithms often require a centralized entity and polynomial complexity. These become a major obstacle to develop an efficient learning-based distributed scheme for resource allocation in large-sca…
▽ More
We address the joint problem of learning and scheduling in multi-hop wireless network without a prior knowledge on link rates. Previous scheduling algorithms need the link rate information, and learning algorithms often require a centralized entity and polynomial complexity. These become a major obstacle to develop an efficient learning-based distributed scheme for resource allocation in large-scale multi-hop networks. In this work, by incorporating with learning algorithm, we develop provably efficient scheduling scheme under packet arrival dynamics without a priori link rate information. We extend the results to distributed implementation and evaluation their performance through simulations.
△ Less
Submitted 7 December, 2023;
originally announced December 2023.
-
CycleGANAS: Differentiable Neural Architecture Search for CycleGAN
Authors:
Taegun An,
Changhee Joo
Abstract:
We develop a Neural Architecture Search (NAS) framework for CycleGAN that carries out unpaired image-to-image translation task. Extending previous NAS techniques for Generative Adversarial Networks (GANs) to CycleGAN is not straightforward due to the task difference and greater search space. We design architectures that consist of a stack of simple ResNet-based cells and develop a search method th…
▽ More
We develop a Neural Architecture Search (NAS) framework for CycleGAN that carries out unpaired image-to-image translation task. Extending previous NAS techniques for Generative Adversarial Networks (GANs) to CycleGAN is not straightforward due to the task difference and greater search space. We design architectures that consist of a stack of simple ResNet-based cells and develop a search method that effectively explore the large search space. We show that our framework, called CycleGANAS, not only effectively discovers high-performance architectures that either match or surpass the performance of the original CycleGAN, but also successfully address the data imbalance by individual architecture search for each translation direction. To our best knowledge, it is the first NAS result for CycleGAN and shed light on NAS for more complex structures.
△ Less
Submitted 13 November, 2023;
originally announced November 2023.
-
Chemical Property-Guided Neural Networks for Naphtha Composition Prediction
Authors:
Chonghyo Joo,
Jeongdong Kim,
Hyungtae Cho,
Jaewon Lee,
Sungho Suh,
Junghwan Kim
Abstract:
The naphtha cracking process heavily relies on the composition of naphtha, which is a complex blend of different hydrocarbons. Predicting the naphtha composition accurately is crucial for efficiently controlling the cracking process and achieving maximum performance. Traditional methods, such as gas chromatography and true boiling curve, are not feasible due to the need for pilot-plant-scale exper…
▽ More
The naphtha cracking process heavily relies on the composition of naphtha, which is a complex blend of different hydrocarbons. Predicting the naphtha composition accurately is crucial for efficiently controlling the cracking process and achieving maximum performance. Traditional methods, such as gas chromatography and true boiling curve, are not feasible due to the need for pilot-plant-scale experiments or cost constraints. In this paper, we propose a neural network framework that utilizes chemical property information to improve the performance of naphtha composition prediction. Our proposed framework comprises two parts: a Watson K factor estimation network and a naphtha composition prediction network. Both networks share a feature extraction network based on Convolutional Neural Network (CNN) architecture, while the output layers use Multi-Layer Perceptron (MLP) based networks to generate two different outputs - Watson K factor and naphtha composition. The naphtha composition is expressed in percentages, and its sum should be 100%. To enhance the naphtha composition prediction, we utilize a distillation simulator to obtain the distillation curve from the naphtha composition, which is dependent on its chemical properties. By designing a loss function between the estimated and simulated Watson K factors, we improve the performance of both Watson K estimation and naphtha composition prediction. The experimental results show that our proposed framework can predict the naphtha composition accurately while reflecting real naphtha chemical properties.
△ Less
Submitted 2 June, 2023;
originally announced June 2023.
-
Measurement of the $B^{0} \rightarrow D^{*-} \ell^{+} ν_{\ell}$ branching ratio and $|V_{cb}|$ with a fully reconstructed accompanying $B$ meson in 2019-2021 Belle II data
Authors:
F. Abudinén,
I. Adachi,
K. Adamczyk,
L. Aggarwal,
P. Ahlburg,
H. Ahmed,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
H. Bae,
S. Baehr,
S. Bahinipati,
A. M. Bakich,
P. Bambade
, et al. (561 additional authors not shown)
Abstract:
We present a measurement of the $B^{0} \rightarrow D^{*-} \ell^{+} ν_{\ell}$ ($\ell=e,μ$) branching ratio and of the CKM parameter $|V_{cb}|$ using signal decays accompanied by a fully reconstructed $B$ meson. The Belle II data set of electron-positron collisions at the $Υ(4S)$ resonance, corresponding to 189.3$\,$fb$^{-1}$ of integrated luminosity, is analyzed. With the Caprini-Lellouch-Neubert f…
▽ More
We present a measurement of the $B^{0} \rightarrow D^{*-} \ell^{+} ν_{\ell}$ ($\ell=e,μ$) branching ratio and of the CKM parameter $|V_{cb}|$ using signal decays accompanied by a fully reconstructed $B$ meson. The Belle II data set of electron-positron collisions at the $Υ(4S)$ resonance, corresponding to 189.3$\,$fb$^{-1}$ of integrated luminosity, is analyzed. With the Caprini-Lellouch-Neubert form factor parameterization, the parameters $η_{\rm EW} F(1) |V_{cb}|$ and $ρ^{2}$ are extracted, where $η_{\rm EW}$ is an electroweak correction, $F(1)$ is a normalization factor and $ρ^{2}$ is a form factor shape parameter. We reconstruct 516 signal decays and thereby obtain $\mathcal{B} (B^{0} \rightarrow D^{*-} \ell^{+} ν_{\ell} ) = \left(5.27 \pm 0.22~\rm{\left(stat\right)} \pm 0.38~\rm{\left(syst\right)}\right) \%$, $η_{EW} F(1) |V_{cb}| \times 10^{3} = 34.6 \pm 1.8~\rm{\left(stat\right)} \pm 1.7~\rm{\left(syst\right)}$, and $ρ^{2} = 0.94 \pm 0.18~\rm{\left(stat\right)} \pm 0.11~\rm{\left(syst\right)}$.
△ Less
Submitted 11 January, 2023;
originally announced January 2023.
-
Determination of $|V_{cb}|$ from $B\to D\ellν$ decays using 2019-2021 Belle II data
Authors:
Belle II collaboration,
F. Abudinén,
I. Adachi,
K. Adamczyk,
L. Aggarwal,
P. Ahlburg,
H. Ahmed,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
H. Bae,
S. Baehr,
S. Bahinipati
, et al. (570 additional authors not shown)
Abstract:
We present a determination of the magnitude of the Cabibbo-Kobayashi-Maskawa (CKM) matrix element $V_{cb}$ using $B\to D\ellν$ decays. The result is based on $e^+e^-\toΥ(4S)$ data recorded by the Belle II detector corresponding to 189.2/fb of integrated luminosity. The semileptonic decays $B^0\to D^-(\to K^+π^-π^-)\ell^+ν_\ell$ and $B^+\to\bar D^0(\to K^+π^-)\ell^+ν_\ell$ are reconstructed, where…
▽ More
We present a determination of the magnitude of the Cabibbo-Kobayashi-Maskawa (CKM) matrix element $V_{cb}$ using $B\to D\ellν$ decays. The result is based on $e^+e^-\toΥ(4S)$ data recorded by the Belle II detector corresponding to 189.2/fb of integrated luminosity. The semileptonic decays $B^0\to D^-(\to K^+π^-π^-)\ell^+ν_\ell$ and $B^+\to\bar D^0(\to K^+π^-)\ell^+ν_\ell$ are reconstructed, where $\ell$ is either electron or a muon. The second $B$ meson in the $Υ(4S)$ event is not explicitly reconstructed. Using the diamond-frame method, we determine the $B$ meson four-momentum and thus the hadronic recoil. We extract the partial decay rates as functions of $w$ and perform a fit to the decay form-factor and the CKM parameter $|V_{cb}|$ using the BGL parameterization of the form factor and lattice QCD input from the FNAL/MILC and HPQCD collaborations. We obtain $η_{EW}|V_{cb}|=(38.53\pm 1.15)\times 10^{-3}$, where $η_{EW}$ is an electroweak correction, and the error accounts for theoretical and experimental sources of uncertainty.
△ Less
Submitted 24 October, 2022;
originally announced October 2022.
-
Measurement of the photon-energy spectrum in inclusive $B\rightarrow X_{s}γ$ decays identified using hadronic decays of the recoil $B$ meson in 2019-2021 Belle II data
Authors:
Belle II Collaboration,
F. Abudinén,
I. Adachi,
K. Adamczyk,
L. Aggarwal,
P. Ahlburg,
H. Ahmed,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
H. Bae,
S. Baehr,
S. Bahinipati
, et al. (573 additional authors not shown)
Abstract:
We measure the photon-energy spectrum in radiative bottom-meson ($B$) decays into inclusive final states involving a strange hadron and a photon. We use SuperKEKB electron-positron collisions corresponding to $189~\mathrm{fb}^{-1}$ of integrated luminosity collected at the $Υ(4S)$ resonance by the Belle II experiment. The partner $B$ candidates are fully reconstructed using a large number of hadro…
▽ More
We measure the photon-energy spectrum in radiative bottom-meson ($B$) decays into inclusive final states involving a strange hadron and a photon. We use SuperKEKB electron-positron collisions corresponding to $189~\mathrm{fb}^{-1}$ of integrated luminosity collected at the $Υ(4S)$ resonance by the Belle II experiment. The partner $B$ candidates are fully reconstructed using a large number of hadronic channels. The $B \rightarrow X_s γ$ partial branching fractions are measured as a function of photon energy in the signal $B$ meson rest frame in eight bins above $1.8~\mathrm{GeV}$. The background-subtracted signal yield for this photon energy region is $343 \pm 122$ events. Integrated branching fractions for three photon energy thresholds of $1.8~\mathrm{GeV}$, $2.0~\mathrm{GeV}$, and $2.1~\mathrm{GeV}$ are also reported, and found to be in agreement with world averages.
△ Less
Submitted 18 October, 2022;
originally announced October 2022.
-
Determination of $|V_{ub}|$ from untagged $B^0\toπ^- \ell^+ ν_{\ell}$ decays using 2019-2021 Belle II data
Authors:
Belle II Collaboration,
K. Adamczyk,
L. Aggarwal,
P. Ahlburg,
H. Ahmed,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
H. Bae,
S. Baehr,
S. Bahinipati,
A. M. Bakich,
P. Bambade
, et al. (568 additional authors not shown)
Abstract:
We present an analysis of the charmless semileptonic decay $B^0\toπ^- \ell^+ ν_{\ell}$, where $\ell = e, μ$, from 198.0 million pairs of $B\bar{B}$ mesons recorded by the Belle II detector at the SuperKEKB electron-positron collider. The decay is reconstructed without identifying the partner $B$ meson. The partial branching fractions are measured independently for $B^0\toπ^- e^+ ν_{e}$ and…
▽ More
We present an analysis of the charmless semileptonic decay $B^0\toπ^- \ell^+ ν_{\ell}$, where $\ell = e, μ$, from 198.0 million pairs of $B\bar{B}$ mesons recorded by the Belle II detector at the SuperKEKB electron-positron collider. The decay is reconstructed without identifying the partner $B$ meson. The partial branching fractions are measured independently for $B^0\toπ^- e^+ ν_{e}$ and $B^0\toπ^- μ^+ ν_μ$ as functions of $q^{2}$ (momentum transfer squared), using 3896 $B^0\toπ^- e^+ ν_{e}$ and 5466 $B^0\toπ^- μ^+ ν_μ$ decays. The total branching fraction is found to be $(1.426 \pm 0.056 \pm 0.125) \times 10^{-4}$ for $B^0\toπ^- \ell^+ ν_{\ell}$ decays, where the uncertainties are statistical and systematic, respectively. By fitting the measured partial branching fractions as functions of $q^{2}$, together with constraints on the nonperturbative hadronic contribution from lattice QCD calculations, the magnitude of the Cabibbo-Kobayashi-Maskawa matrix element $V_{ub}$, $(3.55 \pm 0.12 \pm 0.13 \pm 0.17) \times 10^{-3}$, is extracted. Here, the first uncertainty is statistical, the second is systematic and the third is theoretical.
△ Less
Submitted 7 November, 2022; v1 submitted 9 October, 2022;
originally announced October 2022.
-
Measurement of decay-time dependent $CP$ violation in $B^0 \rightarrow K^0_S K^0_S K^0_S$ using 2019--2021 Belle II data
Authors:
Belle II Collaboration,
F. Abudinén,
I. Adachi,
K. Adamczyk,
L. Aggarwal,
P. Ahlburg,
H. Ahmed,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
H. Bae,
S. Baehr,
S. Bahinipati
, et al. (570 additional authors not shown)
Abstract:
We report a measurement of decay-time dependent $CP$-violating parameters in $B^0 \rightarrow K^0_S K^0_S K^0_S$ decays. We use $(198.0 \pm 3.0) \times 10^6\ B\overline{B}$ pairs collected at the $Υ(4S)$ resonance with the Belle II detector at the SuperKEKB asymmetric-energy $e^+e^-$ collider. The observed mixing-induced and direct $CP$ violation parameters are…
▽ More
We report a measurement of decay-time dependent $CP$-violating parameters in $B^0 \rightarrow K^0_S K^0_S K^0_S$ decays. We use $(198.0 \pm 3.0) \times 10^6\ B\overline{B}$ pairs collected at the $Υ(4S)$ resonance with the Belle II detector at the SuperKEKB asymmetric-energy $e^+e^-$ collider. The observed mixing-induced and direct $CP$ violation parameters are $\mathcal{S} = -1.86\ _{-0.46}^{+0.91}~{\rm (stat)} \pm 0.09~{\rm (syst)}$ and $\mathcal{A} = -0.22\ _{-0.27}^{+0.30}~{\rm (stat)} \pm 0.04~{\rm (syst)}$, respectively.
△ Less
Submitted 25 September, 2022; v1 submitted 20 September, 2022;
originally announced September 2022.
-
Ptychographic lens-less polarization microscopy
Authors:
Jeongsoo Kim,
Seungri Song,
Bora Kim,
Mirae Park,
Seung Jae Oh,
Daesuk Kim,
Barry Cense,
Yong-Min Huh,
Joo Yong Lee,
Chulmin Joo
Abstract:
Birefringence, an inherent characteristic of optically anisotropic materials, is widely utilized in various imaging applications ranging from material characterizations to clinical diagnosis. Polarized light microscopy enables high-resolution, high-contrast imaging of optically anisotropic specimens, but it is associated with mechanical rotations of polarizer/analyzer and relatively complex optica…
▽ More
Birefringence, an inherent characteristic of optically anisotropic materials, is widely utilized in various imaging applications ranging from material characterizations to clinical diagnosis. Polarized light microscopy enables high-resolution, high-contrast imaging of optically anisotropic specimens, but it is associated with mechanical rotations of polarizer/analyzer and relatively complex optical designs. Here, we present a novel form of polarization-sensitive microscopy capable of birefringence imaging of transparent objects without an optical lens and any moving parts. Our method exploits an optical mask-modulated polarization image sensor and single-input-state LED illumination design to obtain complex and birefringence images of the object via ptychographic phase retrieval. Using a camera with a pixel resolution of 3.45 um, the method achieves birefringence imaging with a half-pitch resolution of 2.46 um over a 59.74 mm^2 field-of-view, which corresponds to a space-bandwidth product of 9.9 megapixels. We demonstrate the high-resolution, large-area birefringence imaging capability of our method by presenting the birefringence images of various anisotropic objects, including a birefringent resolution target, liquid crystal polymer depolarizer, monosodium urate crystal, and excised mouse eye and heart tissues.
△ Less
Submitted 13 September, 2022;
originally announced September 2022.
-
Measurement of the branching fractions and $CP$ asymmetries of $B^+ \rightarrow π^+ π^0$ and $B^+ \rightarrow K^+ π^0$ decays in 2019-2021 Belle II data
Authors:
Belle II Collaboration,
F. Abudinén,
I. Adachi,
K. Adamczyk,
L. Aggarwal,
P. Ahlburg,
H. Ahmed,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
H. Bae,
S. Baehr,
S. Bahinipati,
A. M. Bakich
, et al. (562 additional authors not shown)
Abstract:
We determine the branching fractions ${\mathcal{B}}$ and $CP$ asymmetries ${\mathcal{A}_{\it CP}}$ of the decays $B^+ \rightarrow π^+ π^0$ and $B^+ \rightarrow K^+ π^0$. The results are based on a data set containing 198 million bottom-antibottom meson pairs corresponding to an integrated luminosity of $190\;\text{fb}^{-1}$ recorded by the Belle II detector in energy-asymmetric electron-positron c…
▽ More
We determine the branching fractions ${\mathcal{B}}$ and $CP$ asymmetries ${\mathcal{A}_{\it CP}}$ of the decays $B^+ \rightarrow π^+ π^0$ and $B^+ \rightarrow K^+ π^0$. The results are based on a data set containing 198 million bottom-antibottom meson pairs corresponding to an integrated luminosity of $190\;\text{fb}^{-1}$ recorded by the Belle II detector in energy-asymmetric electron-positron collisions at the $Υ(4S)$ resonance. We measure ${\mathcal{B}(B^+ \rightarrow π^+ π^0) = (6.12 \pm 0.53 \pm 0.53)\times 10^{-6}}$, ${\mathcal{B}(B^+ \rightarrow K^+ π^0) = (14.30 \pm 0.69 \pm 0.79)\times 10^{-6}}$, ${\mathcal{A}_{\it CP}(B^+ \rightarrow π^+ π^0) = -0.085 \pm 0.085 \pm 0.019}$, and ${\mathcal{A}_{\it CP}(B^+ \rightarrow K^+ π^0) = 0.014 \pm 0.047 \pm 0.010}$, where the first uncertainties are statistical and the second are systematic. These results improve a previous Belle II measurement and agree with the world averages.
△ Less
Submitted 19 September, 2022; v1 submitted 12 September, 2022;
originally announced September 2022.
-
Measurement of the cluster position resolution of the Belle II Silicon Vertex Detector
Authors:
R. Leboucher,
K. Adamczyk,
L. Aggarwal,
H. Aihara,
T. Aziz,
S. Bacher,
S. Bahinipati,
G. Batignani,
J. Baudot,
P. K. Behera,
S. Bettarini,
T. Bilka,
A. Bozek,
F. Buchsteiner,
G. Casarosa,
L. Corona,
T. Czank,
S. B. Das,
G. Dujany,
C. Finck,
F. Forti,
M. Friedl,
A. Gabrielli,
E. Ganiev,
B. Gobbo
, et al. (56 additional authors not shown)
Abstract:
The Silicon Vertex Detector (SVD), with its four double-sided silicon strip sensor layers, is one of the two vertex sub-detectors of Belle II operating at SuperKEKB collider (KEK, Japan). Since 2019 and the start of the data taking, the SVD has demonstrated a reliable and highly efficient operation, even running in an environment with harsh beam backgrounds that are induced by the world's highest…
▽ More
The Silicon Vertex Detector (SVD), with its four double-sided silicon strip sensor layers, is one of the two vertex sub-detectors of Belle II operating at SuperKEKB collider (KEK, Japan). Since 2019 and the start of the data taking, the SVD has demonstrated a reliable and highly efficient operation, even running in an environment with harsh beam backgrounds that are induced by the world's highest instantaneous luminosity. In order to provide the best quality track reconstruction with an efficient pattern recognition and track fit, and to correctly propagate the uncertainty on the hit's position to the track parameters, it is crucial to precisely estimate the resolution of the cluster position measurement. Several methods for estimating the position resolution directly from the data will be discussed.
△ Less
Submitted 7 September, 2022;
originally announced September 2022.
-
Measurement of Branching Fraction and Longitudinal Polarization in $B^0 \to ρ^+ ρ^-$ Decays at Belle II
Authors:
Belle II Collaboration,
F. Abudinén,
I. Adachi,
K. Adamczyk,
L. Aggarwal,
P. Ahlburg,
H. Ahmed,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
H. Bae,
S. Baehr,
S. Bahinipati,
A. M. Bakich
, et al. (564 additional authors not shown)
Abstract:
We present a measurement of the branching fraction and longitudinal polarization of $B^0 \to ρ^+ ρ^-$ decays. SuperKEKB electron-positron collision data corresponding to 189~fb$^{-1}$ of integrated luminosity and containing $198 \times 10^6 B\bar{B}$ pairs collected with the Belle II detector are used. We obtain \begin{eqnarray*}
\mathcal{B}(B^0\toρ^+ρ^-) &=& [2.67\pm0.28\,(\mathrm{stat})\,\pm0.…
▽ More
We present a measurement of the branching fraction and longitudinal polarization of $B^0 \to ρ^+ ρ^-$ decays. SuperKEKB electron-positron collision data corresponding to 189~fb$^{-1}$ of integrated luminosity and containing $198 \times 10^6 B\bar{B}$ pairs collected with the Belle II detector are used. We obtain \begin{eqnarray*}
\mathcal{B}(B^0\toρ^+ρ^-) &=& [2.67\pm0.28\,(\mathrm{stat})\,\pm0.28\,(\mathrm{syst})] \times 10^{-5}, \end{eqnarray*} \begin{eqnarray*}
f_L &=& 0.956\pm0.035\,(\mathrm{stat})\,\pm 0.033\,(\mathrm{syst}), \end{eqnarray*} These results are consistent with previous measurements and can be used to constrain penguin pollution and to extract the quark-mixing angle $φ_2$.
△ Less
Submitted 6 August, 2022;
originally announced August 2022.
-
Measurements of the branching fraction, isospin asymmetry, and lepton-universality ratio in $B \to J/ψK$ decays at Belle II
Authors:
Belle II Collaboration,
F. Abudinén,
I. Adachi,
R. Adak,
K. Adamczyk,
L. Aggarwal,
P. Ahlburg,
H. Ahmed,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
H. Bae,
S. Baehr
, et al. (570 additional authors not shown)
Abstract:
We report a study of $B \to J/ψ(\ell^{+}\ell^{-})K$ decays, where $\ell$ represents an electron or a muon, using $e^{+}e^{-}$ collisions at the $Υ(4S)$ resonance. The data were collected by the Belle II experiment at the SuperKEKB asymmetric-energy collider during 2019-2021, corresponding to an integrated luminosity of $189$ fb$^{-1}$. The measured quantities are the branching fractions (…
▽ More
We report a study of $B \to J/ψ(\ell^{+}\ell^{-})K$ decays, where $\ell$ represents an electron or a muon, using $e^{+}e^{-}$ collisions at the $Υ(4S)$ resonance. The data were collected by the Belle II experiment at the SuperKEKB asymmetric-energy collider during 2019-2021, corresponding to an integrated luminosity of $189$ fb$^{-1}$. The measured quantities are the branching fractions (${\mathcal B}$) of the decay channels $B^{+} \to J/ψ(e^{+}e^{-})K^{+}$, $B^{+} \to J/ψ(μ^{+}μ^{-}) K^{+}$, $B^{0} \to J/ψ(e^{+}e^{-}) K^{0}_{S}$, and $B^{0} \to J/ψ(μ^{+}μ^{-})K^{0}_{S}$; the lepton-flavor-dependent isospin asymmetries for the electron [$A_{I}\left(B \to J/ψ(e^{+}e^{-}) K\right)$] and muon [$A_{I}\left(B \to J/ψ(μ^{+} μ^{-}) K\right)$] channels; and the ratios of branching fractions between the muon and electron channels for the charged [$R_{K^{+}}\left(J/ψ\right)$] and neutral kaon [$R_{K^{0}}\left(J/ψ\right)$] case. The measurements are consistent with the world-average values.
△ Less
Submitted 22 July, 2022;
originally announced July 2022.
-
Angular analysis of $B^+ \to ρ^+ρ^0$ decays reconstructed in 2019, 2020, and 2021 Belle II data
Authors:
Belle II Collaboration,
F. Abudinén,
I. Adachi,
K. Adamczyk,
L. Aggarwal,
P. Ahlburg,
H. Ahmed,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
H. Bae,
S. Baehr,
S. Bahinipati
, et al. (570 additional authors not shown)
Abstract:
We report on a Belle II measurement of the branching fraction ($\mathcal{B}$), longitudinal polarization fraction ($f_L$), and CP asymmetry ($\mathcal{A}_{CP}$) of $B^+\to ρ^+ρ^0$ decays. We reconstruct $B^+\to ρ^+(\to π^+π^0(\to γγ))ρ^0(\to π^+π^-)$ decays in a sample of SuperKEKB electron-positron collisions collected by the Belle II experiment in 2019, 2020, and 2021 at the $Υ$(4S) resonance an…
▽ More
We report on a Belle II measurement of the branching fraction ($\mathcal{B}$), longitudinal polarization fraction ($f_L$), and CP asymmetry ($\mathcal{A}_{CP}$) of $B^+\to ρ^+ρ^0$ decays. We reconstruct $B^+\to ρ^+(\to π^+π^0(\to γγ))ρ^0(\to π^+π^-)$ decays in a sample of SuperKEKB electron-positron collisions collected by the Belle II experiment in 2019, 2020, and 2021 at the $Υ$(4S) resonance and corresponding to 190 fb$^{-1}$ of integrated luminosity. We fit the distributions of the difference between expected and observed $B$ candidate energy, continuum-suppression discriminant, dipion masses, and decay angles of the selected samples, to determine a signal yield of $345 \pm 31$ events. The signal yields are corrected for efficiencies determined from simulation and control data samples to obtain $\mathcal{B}(B^+ \to ρ^+ρ^0) = [23.2^{+\ 2.2}_{-\ 2.1} (\rm stat) \pm 2.7 (\rm syst)]\times 10^{-6}$, $f_L = 0.943 ^{+\ 0.035}_{-\ 0.033} (\rm stat)\pm 0.027(\rm syst)$, and $\mathcal{A}_{CP}=-0.069 \pm 0.068(\rm stat) \pm 0.060 (\rm syst)$. The results agree with previous measurements. This is the first measurement of $\mathcal{A}_{CP}$ in $B^+\to ρ^+ρ^0$ decays reported by Belle II.
△ Less
Submitted 24 June, 2022;
originally announced June 2022.
-
Measurement of the branching fraction of the $B^0 \to K_S^0 π^0 γ$ decay using 190 fb$^{-1}$ of Belle II data
Authors:
Belle II Collaboration,
F. Abudinén,
I. Adachi,
K. Adamczyk,
L. Aggarwal,
P. Ahlburg,
H. Ahmed,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
H. Bae,
S. Baehr,
S. Bahinipati
, et al. (570 additional authors not shown)
Abstract:
We report the measurement of the branching fraction of the $B^0 \to K_S^0 π^0 γ$ decay in $e^+ e^- \to Υ(4S) \to B \overline{B}$ data recorded by the Belle II experiment at the SuperKEKB asymmetric-energy collider and corresponding to 190 fb$^{-1}$ of integrated luminosity. The signal yield is measured to be $121\pm 29\,\hbox{(stat.)}$, leading to the branching fraction…
▽ More
We report the measurement of the branching fraction of the $B^0 \to K_S^0 π^0 γ$ decay in $e^+ e^- \to Υ(4S) \to B \overline{B}$ data recorded by the Belle II experiment at the SuperKEKB asymmetric-energy collider and corresponding to 190 fb$^{-1}$ of integrated luminosity. The signal yield is measured to be $121\pm 29\,\hbox{(stat.)}$, leading to the branching fraction ${\cal B}\left(B^0 \to K_S^0 π^0 γ\right) = \left(7.3 \pm 1.8\,\hbox{(stat.)} \pm 1.0\,\hbox{(syst.)} \right)\times 10^{-6}$, which agrees with the known value.
△ Less
Submitted 16 June, 2022;
originally announced June 2022.
-
Study of Exclusive $B \to πe^+ ν_e$ Decays with Hadronic Full-event-interpretation Tagging in 189.3 fb$^{-1}$ of Belle II Data
Authors:
Belle II Collaboration,
F. Abudinén,
I. Adachi,
K. Adamczyk,
L. Aggarwal,
P. Ahlburg,
H. Ahmed,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
H. Bae,
S. Baehr,
S. Bahinipati
, et al. (570 additional authors not shown)
Abstract:
We present a reconstruction of the semileptonic decays $B^0 \to π^- e^+ ν_e$ and $B^+ \to π^0 e^+ ν_e$ in a sample corresponding to 189.3 fb$^{-1}$ of Belle II data, using events where the partner $B$-meson is reconstructed from a large variety of hadronic channels via a tagging algorithm known as the full-event-interpretation. We determine the partial branching fractions in three bins of the squa…
▽ More
We present a reconstruction of the semileptonic decays $B^0 \to π^- e^+ ν_e$ and $B^+ \to π^0 e^+ ν_e$ in a sample corresponding to 189.3 fb$^{-1}$ of Belle II data, using events where the partner $B$-meson is reconstructed from a large variety of hadronic channels via a tagging algorithm known as the full-event-interpretation. We determine the partial branching fractions in three bins of the squared momentum transfer to the leptonic system using fits to the distribution of the square of the missing mass. The partial branching fractions are summed to determine $\mathcal{B}(B^0 \to π^- e^+ ν_e)$ = (1.43 $\pm$ 0.27(stat) $\pm$ 0.07(syst)) $\times 10^{-4}$ and $\mathcal{B}(B^+ \to π^0 e^+ ν_e)$ = (8.33 $\pm$ 1.67(stat) $\pm$ 0.55(syst)) $\times 10^{-5}$. We extract a first Belle II measurement of the magnitude of the Cabibbo-Kobayashi-Maskawa matrix element $|V_{\mathrm{ub}}|$, with $|V_{\mathrm{ub}}|$ = (3.88 $\pm$ 0.45) $\times 10^{-3}$.
△ Less
Submitted 21 September, 2022; v1 submitted 16 June, 2022;
originally announced June 2022.
-
First decay-time-dependent analysis of $B^{0} \to K_{S}^{0} π^{0}$ at Belle II
Authors:
Belle II Collaboration,
F. Abudinén,
I. Adachi,
R. Adak,
K. Adamczyk,
L. Aggarwal,
P. Ahlburg,
H. Ahmed,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
H. Bae,
S. Baehr
, et al. (569 additional authors not shown)
Abstract:
We report measurements of the branching fraction ($\mathcal{B}$) and direct $CP$-violating asymmetry ($A_{CP}$) of the charmless decay $B^{0} \to K^0 π^0$ at Belle II. A sample of $e^{+} e^{-}$ collisions, corresponding to $189.8 fb^{-1}$ of integrated luminosity, recorded at the $Υ(4S)$ resonance is used for the first decay-time-dependent analysis of these decays within the experiment. We reconst…
▽ More
We report measurements of the branching fraction ($\mathcal{B}$) and direct $CP$-violating asymmetry ($A_{CP}$) of the charmless decay $B^{0} \to K^0 π^0$ at Belle II. A sample of $e^{+} e^{-}$ collisions, corresponding to $189.8 fb^{-1}$ of integrated luminosity, recorded at the $Υ(4S)$ resonance is used for the first decay-time-dependent analysis of these decays within the experiment. We reconstruct about 135 signal candidates, and measure $\mathcal{B}(B^{0} \to K^{0} π^{0})= [11.0 \pm 1.2 (stat) \pm 1.0 (syst)] \times 10^{-6}$ and $A_{CP} (B^{0} \to K^{0} π^{0})= -0.41_{-0.32}^{+0.30} (stat) \pm 0.09 (syst)$.
△ Less
Submitted 15 June, 2022;
originally announced June 2022.
-
Measurement of the branching fraction for the decay $B \to K^{\ast}(892)\ell^+\ell^-$ at Belle II
Authors:
Belle II Collaboration,
F. Abudinén,
I. Adachi,
R. Adak,
K. Adamczyk,
L. Aggarwal,
P. Ahlburg,
H. Ahmed,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
H. Bae,
S. Baehr
, et al. (569 additional authors not shown)
Abstract:
We report a measurement of the branching fraction of $B \to K^{\ast}(892)\ell^+\ell^-$ decays, where $\ell^+\ell^- = μ^+μ^-$ or $e^+e^-$, using electron-positron collisions recorded at an energy at or near the $Υ(4S)$ mass and corresponding to an integrated luminosity of $189$ fb$^{-1}$. The data was collected during 2019--2021 by the Belle II experiment at the SuperKEKB $e^{+}e^{-}$ asymmetric-en…
▽ More
We report a measurement of the branching fraction of $B \to K^{\ast}(892)\ell^+\ell^-$ decays, where $\ell^+\ell^- = μ^+μ^-$ or $e^+e^-$, using electron-positron collisions recorded at an energy at or near the $Υ(4S)$ mass and corresponding to an integrated luminosity of $189$ fb$^{-1}$. The data was collected during 2019--2021 by the Belle II experiment at the SuperKEKB $e^{+}e^{-}$ asymmetric-energy collider. We reconstruct $K^{\ast}(892)$ candidates in the $K^+π^-$, $K_{S}^{0}π^+$, and $K^+π^0$ final states. The signal yields with statistical uncertainties are $22\pm 6$, $18 \pm 6$, and $38 \pm 9$ for the decays $B \to K^{\ast}(892)μ^+μ^-$, $B \to K^{\ast}(892)e^+e^-$, and $B \to K^{\ast}(892)\ell^+\ell^-$, respectively. We measure the branching fractions of these decays for the entire range of the dilepton mass, excluding the very low mass region to suppress the $B \to K^{\ast}(892)γ(\to e^+e^-)$ background and regions compatible with decays of charmonium resonances, to be \begin{equation} {\cal B}(B \to K^{\ast}(892)μ^+μ^-) = (1.19 \pm 0.31 ^{+0.08}_{-0.07}) \times 10^{-6}, {\cal B}(B \to K^{\ast}(892)e^+e^-) = (1.42 \pm 0.48 \pm 0.09)\times 10^{-6}, {\cal B}(B \to K^{\ast}(892)\ell^+\ell^-) = (1.25 \pm 0.30 ^{+0.08}_{-0.07}) \times 10^{-6}, \end{equation} where the first and second uncertainties are statistical and systematic, respectively. These results, limited by sample size, are the first measurements of $B \to K^{\ast}(892)\ell^+\ell^-$ branching fractions from the Belle II experiment.
△ Less
Submitted 19 September, 2022; v1 submitted 13 June, 2022;
originally announced June 2022.
-
Breaking Fair Binary Classification with Optimal Flipping Attacks
Authors:
Changhun Jo,
Jy-yong Sohn,
Kangwook Lee
Abstract:
Minimizing risk with fairness constraints is one of the popular approaches to learning a fair classifier. Recent works showed that this approach yields an unfair classifier if the training set is corrupted. In this work, we study the minimum amount of data corruption required for a successful flipping attack. First, we find lower/upper bounds on this quantity and show that these bounds are tight w…
▽ More
Minimizing risk with fairness constraints is one of the popular approaches to learning a fair classifier. Recent works showed that this approach yields an unfair classifier if the training set is corrupted. In this work, we study the minimum amount of data corruption required for a successful flipping attack. First, we find lower/upper bounds on this quantity and show that these bounds are tight when the target model is the unique unconstrained risk minimizer. Second, we propose a computationally efficient data poisoning attack algorithm that can compromise the performance of fair learning algorithms.
△ Less
Submitted 9 May, 2022; v1 submitted 11 April, 2022;
originally announced April 2022.
-
Marvelous Agglutinative Language Effect on Cross Lingual Transfer Learning
Authors:
Wooyoung Kim,
Chaerin Jo,
Minjung Kim,
Wooju Kim
Abstract:
As for multilingual language models, it is important to select languages for training because of the curse of multilinguality. It is known that using languages with similar language structures is effective for cross lingual transfer learning. However, we demonstrate that using agglutinative languages such as Korean is more effective in cross lingual transfer learning. This is a great discovery tha…
▽ More
As for multilingual language models, it is important to select languages for training because of the curse of multilinguality. It is known that using languages with similar language structures is effective for cross lingual transfer learning. However, we demonstrate that using agglutinative languages such as Korean is more effective in cross lingual transfer learning. This is a great discovery that will change the training strategy of cross lingual transfer learning.
△ Less
Submitted 24 May, 2024; v1 submitted 8 April, 2022;
originally announced April 2022.
-
Climate of the Field: Snowmass 2021
Authors:
Erin V. Hansen,
Erica Smith,
Deborah Bard,
Matthew Bellis,
Jessica Esquivel,
Tiffany R. Lewis,
Cameron Geddes,
Cindy Joe,
Alex G. Kim,
Asmita Patel,
Vitaly Pronskikh
Abstract:
How are formal policies put in place to create an inclusive, equitable, safe environment? How do these differ between different communities of practice (institutions, labs, collaborations, working groups)? What policies towards a more equitable community are working? For those that aren't working, what external support is needed in order to make them more effective? We present a discussion of the…
▽ More
How are formal policies put in place to create an inclusive, equitable, safe environment? How do these differ between different communities of practice (institutions, labs, collaborations, working groups)? What policies towards a more equitable community are working? For those that aren't working, what external support is needed in order to make them more effective? We present a discussion of the current climate of the field in high energy particle physics and astrophysics (HEPA), as well as current efforts toward making the community a more diverse, inclusive, and equitable environment. We also present issues facing both institutions and HEPA collaborations, with a set of interviews with a selection of HEPA collaboration DEI leaders. We encourage the HEPA community and the institutions & agencies that support it to think critically about the prioritization of people in HEPA over the coming decade, and what resources and policies need to be in place in order to protect and elevate minoritized populations within the HEPA community.
△ Less
Submitted 29 September, 2022; v1 submitted 7 April, 2022;
originally announced April 2022.
-
Observation of Radon Mitigation in MicroBooNE by a Liquid Argon Filtration System
Authors:
MicroBooNE collaboration,
P. Abratenko,
J. Anthony,
L. Arellano,
J. Asaadi,
A. Ashkenazi,
S. Balasubramanian,
B. Baller,
C. Barnes,
G. Barr,
J. Barrow,
V. Basque,
L. Bathe-Peters,
O. Benevides Rodrigues,
S. Berkman,
A. Bhanderi,
A. Bhat,
M. Bhattacharya,
M. Bishai,
A. Blake,
T. Bolton,
J. Y. Book,
L. Camilleri,
D. Caratelli,
I. Caro Terrazas
, et al. (168 additional authors not shown)
Abstract:
The MicroBooNE liquid argon time projection chamber (LArTPC) maintains a high level of liquid argon purity through the use of a filtration system that removes electronegative contaminants in continuously-circulated liquid, recondensed boil off, and externally supplied argon gas. We use the MicroBooNE LArTPC to reconstruct MeV-scale radiological decays. Using this technique we measure the liquid ar…
▽ More
The MicroBooNE liquid argon time projection chamber (LArTPC) maintains a high level of liquid argon purity through the use of a filtration system that removes electronegative contaminants in continuously-circulated liquid, recondensed boil off, and externally supplied argon gas. We use the MicroBooNE LArTPC to reconstruct MeV-scale radiological decays. Using this technique we measure the liquid argon filtration system's efficacy at removing radon. This is studied by placing a 500 kBq $^{222}$Rn source upstream of the filters and searching for a time-dependent increase in the number of radiological decays in the LArTPC. In the context of two models for radon mitigation via a liquid argon filtration system, a slowing mechanism and a trapping mechanism, MicroBooNE data supports a radon reduction factor of greater than 99.999% or 97%, respectively. Furthermore, a radiological survey of the filters found that the copper-based filter material was the primary medium that removed the $^{222}$Rn. This is the first observation of radon mitigation in liquid argon with a large-scale copper-based filter and could offer a radon mitigation solution for future large LArTPCs.
△ Less
Submitted 26 October, 2022; v1 submitted 18 March, 2022;
originally announced March 2022.
-
The Silicon Vertex Detector of the Belle II Experiment
Authors:
G. Dujany,
K. Adamczyk,
L. Aggarwal,
H. Aihara,
T. Aziz,
S. Bacher,
S. Bahinipati,
G. Batignani,
J. Baudot,
P. K. Behera,
S. Bettarini,
T. Bilka,
A. Bozek,
F. Buchsteiner,
G. Casarosa,
L. Corona,
T. Czank,
S. B. Das,
C. Finck,
F. Forti,
M. Friedl,
A. Gabrielli,
E. Ganiev,
B. Gobbo,
S. Halder
, et al. (56 additional authors not shown)
Abstract:
In 2019 the Belle II experiment started data taking at the asymmetric SuperKEKB collider (KEK, Japan) operating at the Y(4S) resonance. Belle II will search for new physics beyond the Standard Model by collecting an integrated luminosity of 50~ab$^{-1}$. The silicon vertex detector (SVD), consisting of four layers of double-sided silicon strip sensors, is one of the two vertex sub-detectors. The S…
▽ More
In 2019 the Belle II experiment started data taking at the asymmetric SuperKEKB collider (KEK, Japan) operating at the Y(4S) resonance. Belle II will search for new physics beyond the Standard Model by collecting an integrated luminosity of 50~ab$^{-1}$. The silicon vertex detector (SVD), consisting of four layers of double-sided silicon strip sensors, is one of the two vertex sub-detectors. The SVD extrapolates the tracks to the inner pixel detector (PXD) with enough precision to correctly identify hits in the PXD belonging to the track. In addition the SVD has standalone tracking capability and utilizes ionization to enhance particle identification in the low momentum region. The SVD is operating reliably and with high efficiency, despite exposure to the harsh beam background of the highest peak-luminosity collider ever built. High signal-to-noise ratio and hit efficiency have been measured, as well as the spatial resolution; all these quantities show excellent stability over time. Data-simulation agreement on cluster properties has recently been improved through a careful tuning of the simulation. The precise hit-time resolution can be exploited to reject out-of-time hits induced by beam background, which will make the SVD more robust against higher levels of background. During the first three years of running, radiation damage effects on strip noise, sensor currents and depletion voltage have been observed, as well as some coupling capacitor failure due to intense radiation bursts. None of these effects cause significant degradation in the detector performance.
△ Less
Submitted 18 March, 2022; v1 submitted 26 November, 2021;
originally announced November 2021.
-
Measurement of the branching fraction and $CP$ asymmetry for $B\to\bar{D}^{0} π$ decays
Authors:
Belle Collaboration,
T. Bloomfield,
M. E. Sevior,
I. Adachi,
H. Aihara,
S. Al Said,
D. M. Asner,
V. Aulchenko,
T. Aushev,
R. Ayad,
V. Babu,
S. Bahinipati,
P. Behera,
J. Bennett,
M. Bessner,
T. Bilka,
J. Biswal,
A. Bobrov,
G. Bonvicini,
A. Bozek,
M. Bračko,
T. E. Browder,
M. Campajola,
L. Cao,
D. Červenkov
, et al. (190 additional authors not shown)
Abstract:
We measure the branching fractions and $CP$ asymmetries for the decays $B^{0}\to \bar{D}^{0}π^{0}$ and $B^{+}\to \bar{D}^{0}π^{+}$, using a data sample of $772\times 10^{6}$ $B\bar{B}$ pairs collected at the $Υ(4S)$ resonance with the Belle detector at the KEKB $e^{+}e^{-}$ collider. The branching fractions obtained and direct $CP$ asymmetries are…
▽ More
We measure the branching fractions and $CP$ asymmetries for the decays $B^{0}\to \bar{D}^{0}π^{0}$ and $B^{+}\to \bar{D}^{0}π^{+}$, using a data sample of $772\times 10^{6}$ $B\bar{B}$ pairs collected at the $Υ(4S)$ resonance with the Belle detector at the KEKB $e^{+}e^{-}$ collider. The branching fractions obtained and direct $CP$ asymmetries are $\mathcal{B}(B^{0}\to \bar{D}^{0}π^{0}) = [2.70 \pm 0.06~ \text{(stat.)} \pm 0.10~ \text{(syst.)}] \times 10^{-4}$, $\mathcal{B}(B^{+}\to \bar{D}^{0}π^{+}) = [4.53 \pm 0.02~ \text{(stat.)} \pm 0.15~ \text{(syst.)}] \times 10^{-3}$, $ {\cal A}_{CP}(B^{0}\to \bar{D}^{0}π^{0}) = [+0.42 \pm 2.05~ \text{(stat.)} \pm 1.22~ \text{(syst.)}]\%$, and $ {\cal A}_{CP}(B^{+}\to \bar{D}^{0}π^{+}) = [+0.19 \pm 0.36~ \text{(stat.)} \pm 0.57~ \text{(syst.)}]\%$. The measurements of $\mathcal{B}$ are the most precise to date and are in good agreement with previous results, as is the measurement of ${\cal A}_{CP}(B^{+}\to \bar{D}^{0}π^{+})$. The measurement of ${\cal A}_{CP}$ for $B^{0}\to \bar{D}^{0}π^{0}$ is the first for this mode, and the value is consistent with Standard Model expectations.
△ Less
Submitted 12 March, 2022; v1 submitted 24 November, 2021;
originally announced November 2021.
-
Exclusive $B \to X_u \ell ν_\ell$ Decays with Hadronic Full-event-interpretation Tagging in 62.8 fb$^{-1}$ of Belle II Data
Authors:
Belle II Collaboration,
F. Abudinén,
I. Adachi,
R. Adak,
K. Adamczyk,
L. Aggarwal,
P. Ahlburg,
H. Ahmed,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
H. Bae,
S. Baehr
, et al. (543 additional authors not shown)
Abstract:
We present a reconstruction in early data of the semileptonic decay $B^+ \to π^0 \ell^+ ν_\ell$, and first results of a reconstruction of the decays $B^+ \to ρ^0 \ell^+ ν_\ell$ and $B^0 \to ρ^- \ell^+ ν_\ell$ in a sample corresponding to 62.8 fb$^{-1}$ of Belle II data using hadronic $B$-tagging via the full-event-interpretation algorithm. We determine the total branching fractions via fits to the…
▽ More
We present a reconstruction in early data of the semileptonic decay $B^+ \to π^0 \ell^+ ν_\ell$, and first results of a reconstruction of the decays $B^+ \to ρ^0 \ell^+ ν_\ell$ and $B^0 \to ρ^- \ell^+ ν_\ell$ in a sample corresponding to 62.8 fb$^{-1}$ of Belle II data using hadronic $B$-tagging via the full-event-interpretation algorithm. We determine the total branching fractions via fits to the distribution of the square of the missing mass, and find $\mathcal{B}(B^+ \to π^0 \ell^+ ν_\ell)$ = (8.29 $\pm$ 1.99(stat) $\pm$ 0.46(syst)) $\times 10^{-5}$. We obtain $95\%$ CL upper limits on the branching fractions with $\mathcal{B}(B^0 \to ρ^- \ell^+ ν_\ell) < 3.37 \times 10^{-4}$ and $\mathcal{B}(B^+ \to ρ^0 \ell^+ ν_\ell) < 19.7 \times 10^{-5}$. We also obtain an updated branching fraction for the $B^0 \to π^- \ell^+ ν_\ell$ decay, $\mathcal{B}(B^0 \to π^- \ell^+ ν_\ell)$ = (1.47 $\pm$ 0.29(stat) $\pm$ 0.05(syst)) $\times 10^{-4}$, based on the sum of the partial branching fractions in three bins of the squared momentum transfer to the leptonic system.
△ Less
Submitted 1 November, 2021;
originally announced November 2021.
-
Measurements of the branching fractions for $B \to K^{*}γ$ decays at Belle II
Authors:
F. Abudinén,
I. Adachi,
R. Adak,
K. Adamczyk,
L. Aggarwal,
P. Ahlburg,
H. Ahmed,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
H. Bae,
S. Baehr,
S. Bahinipati
, et al. (543 additional authors not shown)
Abstract:
This paper reports a study of $B \to K^{*}γ$ decays using $62.8\pm 0.6$ fb$^{-1}$ of data collected during 2019--2020 by the Belle II experiment at the SuperKEKB $e^{+}e^{-}$ asymmetric-energy collider, corresponding to $(68.2 \pm 0.8) \times 10^6$ $B\overline{B}$ events. We find $454 \pm 28$, $50 \pm 10$, $169 \pm 18$, and $160 \pm 17$ signal events in the decay modes…
▽ More
This paper reports a study of $B \to K^{*}γ$ decays using $62.8\pm 0.6$ fb$^{-1}$ of data collected during 2019--2020 by the Belle II experiment at the SuperKEKB $e^{+}e^{-}$ asymmetric-energy collider, corresponding to $(68.2 \pm 0.8) \times 10^6$ $B\overline{B}$ events. We find $454 \pm 28$, $50 \pm 10$, $169 \pm 18$, and $160 \pm 17$ signal events in the decay modes $B^{0} \to K^{*0}[K^{+}π^{-}]γ$, $B^{0} \to K^{*0}[K^0_{\rm S}π^{0}]γ$, $B^{+} \to K^{*+}[K^{+}π^{0}]γ$, and $B^{+} \to K^{*+}[K^{+}π^{0}]γ$, respectively. The uncertainties quoted for the signal yield are statistical only. We report the branching fractions of these decays: $$\mathcal{B} [B^{0} \to K^{*0}[K^{+}π^{-}]γ] = (4.5 \pm 0.3 \pm 0.2) \times 10^{-5}, $$ $$\mathcal{B} [B^{0} \to K^{*0}[K^0_{\rm S}π^{0}]γ] = (4.4 \pm 0.9 \pm 0.6) \times 10^{-5},$$ $$\mathcal{B} [B^{+} \to K^{*+}[K^{+}π^{0}]γ] = (5.0 \pm 0.5 \pm 0.4)\times 10^{-5},\text{ and}$$ $$\mathcal{B} [B^{+} \to K^{*+}[K^0_{\rm S}π^{+}]γ] = (5.4 \pm 0.6 \pm 0.4) \times 10^{-5},$$ where the first uncertainty is statistical, and the second is systematic. The results are consistent with world-average values.
△ Less
Submitted 15 October, 2021;
originally announced October 2021.
-
Angular analysis of $B^+ \to ρ^+ρ^0$ decays reconstructed in 2019-2020 Belle II data
Authors:
Belle II collaboration,
F. Abudinén,
I. Adachi,
R. Adak,
K. Adamczyk,
P. Ahlburg,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
S. Baehr,
S. Bahinipati,
A. M. Bakich,
P. Bambade
, et al. (527 additional authors not shown)
Abstract:
We report on the first Belle II measurement of the branching fraction ($\mathcal{B}$) and longitudinal polarization fraction ($f_L$) of $B^+\to ρ^+ρ^0$ decays. We reconstruct $B^+\to ρ^+(\to π^+π^0(\to γγ))ρ^0(\to π^+π^-)$ decays in a sample of SuperKEKB electron-positron collisions collected by the Belle II experiment in 2019 and 2020 at the $Υ$(4S) resonance and corresponding to $62.8$ fb…
▽ More
We report on the first Belle II measurement of the branching fraction ($\mathcal{B}$) and longitudinal polarization fraction ($f_L$) of $B^+\to ρ^+ρ^0$ decays. We reconstruct $B^+\to ρ^+(\to π^+π^0(\to γγ))ρ^0(\to π^+π^-)$ decays in a sample of SuperKEKB electron-positron collisions collected by the Belle II experiment in 2019 and 2020 at the $Υ$(4S) resonance and corresponding to $62.8$ fb$^{-1}$ of integrated luminosity. We fit the distributions of the difference between expected and observed $B$ candidate energy, continuum-suppression variable, dipion masses, and angular distributions of the resulting samples, to determine a signal yield of $104\pm16$ events. The signal yields are corrected for efficiencies determined from simulation and control data samples to obtain $\mathcal{B}(B^+ \to ρ^+ρ^0) = [20.6 \pm 3.2(\rm stat) \pm 4.0(\rm syst)]\times 10^{-6}$, and $f_L(B^+ \to ρ^+ρ^0) = 0.936 ^{+0.049}_{-0.041}(\rm stat)\pm 0.021(\rm syst)$. This first Belle II $B^+ \to ρ^+ρ^0$ angular analysis yields results compatible with previous determinations, and indicates Belle II performance superior to early Belle results.
△ Less
Submitted 28 September, 2021; v1 submitted 23 September, 2021;
originally announced September 2021.
-
Measurements of branching fractions and CP-violating charge asymmetries in multibody charmless $B$ decays reconstructed in 2019-2020 Belle II data
Authors:
Belle II collaboration,
F. Abudinén,
I. Adachi,
R. Adak,
K. Adamczyk,
P. Ahlburg,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
S. Baehr,
S. Bahinipati,
A. M. Bakich,
P. Bambade
, et al. (527 additional authors not shown)
Abstract:
We report on measurements of branching fractions ($\mathcal{B}$) and CP-violating charge asymmetries ($\mathcal{A}_{\rm CP}$) of multibody charmless $B$ decays reconstructed by the Belle II experiment at the SuperKEKB electron-positron collider. We use a sample of collisions collected in 2019 and 2020 at the $Υ(4S)$ resonance and corresponding to $62.8$ fb$^{-1}$ of integrated luminosity. We use s…
▽ More
We report on measurements of branching fractions ($\mathcal{B}$) and CP-violating charge asymmetries ($\mathcal{A}_{\rm CP}$) of multibody charmless $B$ decays reconstructed by the Belle II experiment at the SuperKEKB electron-positron collider. We use a sample of collisions collected in 2019 and 2020 at the $Υ(4S)$ resonance and corresponding to $62.8$ fb$^{-1}$ of integrated luminosity. We use simulation to determine optimized event selections. The $ΔE$ and $M_{\rm bc}$ distributions of the resulting samples are fit to determine signal yields of approximately 690, 840, and 380 decays for the channels $B^+ \to K^+K^-K^+$, $B^+ \to K^+π^-π^+$, and $B^0 \to K^+π^-π^0$, respectively. These yields are corrected for efficiencies determined from simulation and control data samples to obtain $\mathcal{B}(B^+ \to K^+K^-K^+) = [35.8 \pm 1.6(\rm stat) \pm 1.4 (\rm syst)]\times 10^{-6}$, $\mathcal{B}(B^+ \to K^+π^-π^+) = [67.0 \pm 3.3 (\rm stat)\pm 2.3 (\rm syst)]\times 10^{-6}$, $\mathcal{B}(B^0 \to K^+π^-π^0) = [38.1 \pm 3.5 (\rm stat)\pm 3.9 (\rm syst)]\times 10^{-6}$, $\mathcal{A}_{\rm CP}(B^+ \to K^+K^-K^+) = -0.103 \pm 0.042(\rm stat) \pm 0.020 (\rm syst)$, $\mathcal{A}_{\rm CP}(B^+ \to K^+π^-π^+) = -0.010 \pm 0.050 (\rm stat)\pm 0.021(\rm syst)$, and $\mathcal{A}_{\rm CP}(B^0 \to K^+π^-π^0) = 0.207 \pm 0.088 (\rm stat)\pm 0.011(\rm syst)$. Results are consistent with previous measurements and demonstrate detector performance comparable with the best Belle results.
△ Less
Submitted 28 September, 2021; v1 submitted 22 September, 2021;
originally announced September 2021.
-
Search for $Z^{'} \rightarrow μ^{+} μ^{-}$ in the $L_μ{-} L_τ$ gauge-symmetric model at Belle
Authors:
T. Czank,
I. Jaegle,
A. Ishikawa,
I. Adachi,
K. Adamczyk,
H. Aihara,
D. M. Asner,
T. Aushev,
R. Ayad,
V. Babu,
S. Bahinipati,
P. Behera,
J. Bennett,
F. Bernlochner,
M. Bessner,
V. Bhardwaj,
B. Bhuyan,
T. Bilka,
J. Biswal,
A. Bobrov,
G. Bonvicini,
A. Bozek,
M. Bračko,
T. E. Browder,
M. Campajola
, et al. (186 additional authors not shown)
Abstract:
We search for a new gauge boson $Z'$ that couples only to heavy leptons and their corresponding neutrinos in the process $e^{+} e^{-} \rightarrow Z'(\rightarrow μ^{+}μ^{-}) μ^{+}μ^{-}$, using a 643 fb$^{-1}$ data sample collected by the Belle experiment at or near the $Υ(1S,2S,3S,4S,5S)$ resonances at the KEKB collider. For the first time, effects due to initial state radiation are used in estimat…
▽ More
We search for a new gauge boson $Z'$ that couples only to heavy leptons and their corresponding neutrinos in the process $e^{+} e^{-} \rightarrow Z'(\rightarrow μ^{+}μ^{-}) μ^{+}μ^{-}$, using a 643 fb$^{-1}$ data sample collected by the Belle experiment at or near the $Υ(1S,2S,3S,4S,5S)$ resonances at the KEKB collider. For the first time, effects due to initial state radiation are used in estimating the detection efficiency. No signal is observed in the mass range of 0.212 \ -- 10 GeV/${\it c}^2$ and we set an upper limit on the coupling strengh, $g'$, constraining $Z'$ as a possible contributor to the anomalous magnetic dipole moment of muon.
△ Less
Submitted 10 July, 2022; v1 submitted 17 September, 2021;
originally announced September 2021.
-
An improved search for the electric dipole moment of the $τ$ lepton
Authors:
K. Inami,
K. Hayasaka,
I. Adachi,
H. Aihara,
S. Al Said,
D. M. Asner,
V. Aulchenko,
T. Aushev,
R. Ayad,
V. Babu,
S. Bahinipati,
P. Behera,
M. Bessner,
B. Bhuyan,
T. Bilka,
J. Biswal,
A. Bobrov,
G. Bonvicini,
A. Bozek,
M. Bračko,
T. E. Browder,
M. Campajola,
D. Červenkov,
B. G. Cheon,
K. Chilikin
, et al. (159 additional authors not shown)
Abstract:
We report a measurement of the electric dipole moment of the $τ$ lepton ($d_τ$) using an 833~fb$^{-1}$ data sample collected near the $Υ(4S)$ resonance, with the Belle detector at the KEKB asymmetric-energy $e^+ e^-$ collider. Using an optimal observable method, we obtain the real and imaginary parts of $d_τ$ as ${\rm Re}(d_τ) = ( -0.62 \pm 0.63 ) \times 10^{-17} ~e{\rm cm}$ and…
▽ More
We report a measurement of the electric dipole moment of the $τ$ lepton ($d_τ$) using an 833~fb$^{-1}$ data sample collected near the $Υ(4S)$ resonance, with the Belle detector at the KEKB asymmetric-energy $e^+ e^-$ collider. Using an optimal observable method, we obtain the real and imaginary parts of $d_τ$ as ${\rm Re}(d_τ) = ( -0.62 \pm 0.63 ) \times 10^{-17} ~e{\rm cm}$ and ${\rm Im}(d_τ) = ( -0.40 \pm 0.32 ) \times 10^{-17} ~e{\rm cm}$, respectively. These results are consistent with null electric dipole moment at the present level of experimental sensitivity and improve the sensitivity by about a factor of three.
△ Less
Submitted 24 March, 2022; v1 submitted 25 August, 2021;
originally announced August 2021.
-
Study of $χ_{bJ}(nP) \rightarrow ωΥ(1S)$ at Belle
Authors:
Belle Collaboration,
A. Abdesselam,
I. Adachi,
K. Adamczyk,
J. K. Ahn,
H. Aihara,
S. Al Said,
K. Arinstein,
Y. Arita,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
R. Ayad,
T. Aziz,
V. Babu,
S. Bahinipati,
A. M. Bakich,
Y. Ban,
E. Barberio,
M. Barrett,
M. Bauer,
P. Behera,
C. Beleño,
K. Belous
, et al. (448 additional authors not shown)
Abstract:
We report results from a study of hadronic transitions of the $χ_{bJ}(nP)$ states of bottomonium at Belle. The $P$-wave states are reconstructed in transitions to the $Υ(1S)$ with the emission of an $ω$ meson. The transitions of the $n=2$ triplet states provide a unique laboratory in which to study nonrelativistic quantum chromodynamics, as the kinematic threshold for production of an $ω$ and…
▽ More
We report results from a study of hadronic transitions of the $χ_{bJ}(nP)$ states of bottomonium at Belle. The $P$-wave states are reconstructed in transitions to the $Υ(1S)$ with the emission of an $ω$ meson. The transitions of the $n=2$ triplet states provide a unique laboratory in which to study nonrelativistic quantum chromodynamics, as the kinematic threshold for production of an $ω$ and $Υ(1S)$ lies between the $J=0$ and $J=1$ states. A search for the $χ_{bJ}(3P)$ states is also reported.
△ Less
Submitted 10 August, 2021; v1 submitted 7 August, 2021;
originally announced August 2021.
-
Measurement of the branching fraction for $B^{0} \rightarrow π^{0} π^{0}$ decays reconstructed in 2019-2020 Belle II data
Authors:
Belle II Collaboration,
F. Abudinén,
I. Adachi,
R. Adak,
K. Adamczyk,
P. Ahlburg,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
S. Baehr,
S. Bahinipati,
A. M. Bakich,
P. Bambade
, et al. (529 additional authors not shown)
Abstract:
We report the first reconstruction of the $B^{0} \to π^{0} π^{0}$ decay mode at Belle II using samples of 2019 and 2020 data that correspond to 62.8 fb$^{-1}$ of integrated luminosity. We find $14.0^{+6.8}_{-5.6}$ signal decays, corresponding to a significance of 3.4 standard deviations and determine a branching ratio of…
▽ More
We report the first reconstruction of the $B^{0} \to π^{0} π^{0}$ decay mode at Belle II using samples of 2019 and 2020 data that correspond to 62.8 fb$^{-1}$ of integrated luminosity. We find $14.0^{+6.8}_{-5.6}$ signal decays, corresponding to a significance of 3.4 standard deviations and determine a branching ratio of $\mathcal{B}(B^{0} \rightarrow π^{0} π^{0}) = [0.98^{+0.48}_{-0.39} \pm 0.27] \times 10^{-6}$. The results agree with previous determinations and contribute important information to an early assessment of detector performance and Belle II's potential for future determinations of $α/φ_2$ using $B \rightarrow ππ$ modes.
△ Less
Submitted 28 September, 2021; v1 submitted 5 July, 2021;
originally announced July 2021.
-
In-N-Out: Towards Good Initialization for Inpainting and Outpainting
Authors:
Changho Jo,
Woobin Im,
Sung-Eui Yoon
Abstract:
In computer vision, recovering spatial information by filling in masked regions, e.g., inpainting, has been widely investigated for its usability and wide applicability to other various applications: image inpainting, image extrapolation, and environment map estimation. Most of them are studied separately depending on the applications. Our focus, however, is on accommodating the opposite task, e.g…
▽ More
In computer vision, recovering spatial information by filling in masked regions, e.g., inpainting, has been widely investigated for its usability and wide applicability to other various applications: image inpainting, image extrapolation, and environment map estimation. Most of them are studied separately depending on the applications. Our focus, however, is on accommodating the opposite task, e.g., image outpainting, which would benefit the target applications, e.g., image inpainting. Our self-supervision method, In-N-Out, is summarized as a training approach that leverages the knowledge of the opposite task into the target model. We empirically show that In-N-Out -- which explores the complementary information -- effectively takes advantage over the traditional pipelines where only task-specific learning takes place in training. In experiments, we compare our method to the traditional procedure and analyze the effectiveness of our method on different applications: image inpainting, image extrapolation, and environment map estimation. For these tasks, we demonstrate that In-N-Out consistently improves the performance of the recent works with In-N-Out self-supervision to their training procedure. Also, we show that our approach achieves better results than an existing training approach for outpainting.
△ Less
Submitted 17 September, 2021; v1 submitted 26 June, 2021;
originally announced June 2021.
-
Rediscovery of $B^0\to J\mskip 1mu / ψ\mskip 2mu K^0_{\scriptscriptstyle L}$ at Belle II
Authors:
Belle II Collaboration,
F. Abudinén,
I. Adachi,
R. Adak,
K. Adamczyk,
P. Ahlburg,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
S. Baehr,
S. Bahinipati,
A. M. Bakich,
P. Bambade
, et al. (523 additional authors not shown)
Abstract:
We present preliminary results on the reconstruction of the $B^0\to J\mskip 1mu / ψ\mskip 2mu K^0_{\scriptscriptstyle L}$ decay, where $J\mskip 1mu / ψ\mskip 2mu\toμ^+μ^-$ or $e^+e^-$. Using a dataset corresponding to a luminosity of $62.8\pm0.6\mbox{fb}^{-1}$ collected by the Belle II experiment at the SuperKEKB asymmetric energy $e^+e^-$ collider, we measure a total of $267\pm21$ candidates with…
▽ More
We present preliminary results on the reconstruction of the $B^0\to J\mskip 1mu / ψ\mskip 2mu K^0_{\scriptscriptstyle L}$ decay, where $J\mskip 1mu / ψ\mskip 2mu\toμ^+μ^-$ or $e^+e^-$. Using a dataset corresponding to a luminosity of $62.8\pm0.6\mbox{fb}^{-1}$ collected by the Belle II experiment at the SuperKEKB asymmetric energy $e^+e^-$ collider, we measure a total of $267\pm21$ candidates with $J\mskip 1mu / ψ\mskip 2mu\toμ^+μ^-$ and $226\pm20$ with with $J\mskip 1mu / ψ\mskip 2mu\to e^+e^-$. The quoted errors are statistical only.
△ Less
Submitted 25 June, 2021;
originally announced June 2021.
-
Light Lies: Optical Adversarial Attack
Authors:
Kyulim Kim,
JeongSoo Kim,
Seungri Song,
Jun-Ho Choi,
Chulmin Joo,
Jong-Seok Lee
Abstract:
A significant amount of work has been done on adversarial attacks that inject imperceptible noise to images to deteriorate the image classification performance of deep models. However, most of the existing studies consider attacks in the digital (pixel) domain where an image acquired by an image sensor with sampling and quantization has been recorded. This paper, for the first time, introduces an…
▽ More
A significant amount of work has been done on adversarial attacks that inject imperceptible noise to images to deteriorate the image classification performance of deep models. However, most of the existing studies consider attacks in the digital (pixel) domain where an image acquired by an image sensor with sampling and quantization has been recorded. This paper, for the first time, introduces an optical adversarial attack, which physically alters the light field information arriving at the image sensor so that the classification model yields misclassification. More specifically, we modulate the phase of the light in the Fourier domain using a spatial light modulator placed in the photographic system. The operative parameters of the modulator are obtained by gradient-based optimization to maximize cross-entropy and minimize distortions. We present experiments based on both simulation and a real hardware optical system, from which the feasibility of the proposed optical attack is demonstrated. It is also verified that the proposed attack is completely different from common optical-domain distortions such as spherical aberration, defocus, and astigmatism in terms of both perturbation patterns and classification results.
△ Less
Submitted 14 July, 2021; v1 submitted 18 June, 2021;
originally announced June 2021.
-
Search for the Decay $B_s^0 \rightarrow η^\prime η$
Authors:
Belle Collaboration,
N. K. Nisar,
V. Savinov,
I. Adachi,
H. Aihara,
S. Al Said,
D. M. Asner,
H. Atmacan,
T. Aushev,
R. Ayad,
V. Babu,
S. Bahinipati,
P. Behera,
J. Bennett,
M. Bessner,
V. Bhardwaj,
B. Bhuyan,
T. Bilka,
J. Biswal,
G. Bonvicini,
A. Bozek,
M. Bračko,
T. E. Browder,
M. Campajola,
D. Červenkov
, et al. (175 additional authors not shown)
Abstract:
We report the results of the first search for the decay $B_s^0 \rightarrow η^\prime η$ using $121.4~\textrm{fb}^{-1}$ of data collected at the $Υ(5S)$ resonance with the Belle detector at the KEKB asymmetric-energy $e^+e^-$ collider. We observe no significant signal and set a 90\% confidence-level upper limit of %$7.1 \times 10^{-5}$ $6.5 \times 10^{-5}$ on the branching fraction of this decay.
We report the results of the first search for the decay $B_s^0 \rightarrow η^\prime η$ using $121.4~\textrm{fb}^{-1}$ of data collected at the $Υ(5S)$ resonance with the Belle detector at the KEKB asymmetric-energy $e^+e^-$ collider. We observe no significant signal and set a 90\% confidence-level upper limit of %$7.1 \times 10^{-5}$ $6.5 \times 10^{-5}$ on the branching fraction of this decay.
△ Less
Submitted 5 August, 2021; v1 submitted 17 June, 2021;
originally announced June 2021.
-
The mechanical and electrochemical properties of polyaniline-coated carbon nanotube mat
Authors:
Wei Tan,
Joe C. Stallard,
Changshin Jo,
Michael F. L. De Volder,
Norman A. Fleck
Abstract:
The measured capacitance, modulus and strength of carbon nanotube-polyaniline (CNT-PANI) composite electrodes render them promising candidates for structural energy storage devices. Here, CNT-PANI composite electrodes are manufactured with electrodeposition of PANI onto the bundle network of CNT mats produced via a floating catalyst chemical vapour deposition process. PANI comprises 0% to 30% by v…
▽ More
The measured capacitance, modulus and strength of carbon nanotube-polyaniline (CNT-PANI) composite electrodes render them promising candidates for structural energy storage devices. Here, CNT-PANI composite electrodes are manufactured with electrodeposition of PANI onto the bundle network of CNT mats produced via a floating catalyst chemical vapour deposition process. PANI comprises 0% to 30% by volume of the electrode. The composition, modulus, strength and capacitance of the electrodes is measured in the initial state, after the first charge, and after 1000 charge/discharge cycles. Electrode modulus and strength increase with increasing CNT volume fraction; in contrast, the capacitance increases with increasing PANI mass. Charging or cycling reduce the electrode modulus and strength due to a decrease in CNT bundle volume fraction caused by swelling; the electrode capacitance also decreases due to a reduction in PANI mass. A micromechanical model is able to predict the stress-strain response of pre-charged and cycled electrodes, based upon their measured composition after pre-charging and cycling. The electrodes possess up to 63% of their theoretical capacitance, and their tensile strengths are comparable to those of engineering alloys. Their capacitance and strength decrease by less than 15% after the application of 1000 charge/discharge cycles. These properties illustrate their potential as structural energy storage devices.
△ Less
Submitted 16 June, 2021;
originally announced June 2021.
-
Measurements of branching fractions and direct CP asymmetries in $B^{0}\to K^{+} π^{-}$, $B^+ \to K_{\rm S}^0π^+$ and $B^0 \to π^+π^-$ using 2019 and 2020 data
Authors:
Belle II Collaboration,
F. Abudinén,
I. Adachi,
R. Adak,
K. Adamczyk,
P. Ahlburg,
J. K. Ahn,
H. Aihara,
N. Akopov,
A. Aloisio,
F. Ameli,
L. Andricek,
N. Anh Ky,
D. M. Asner,
H. Atmacan,
V. Aulchenko,
T. Aushev,
V. Aushev,
T. Aziz,
V. Babu,
S. Bacher,
S. Baehr,
S. Bahinipati,
A. M. Bakich,
P. Bambade
, et al. (527 additional authors not shown)
Abstract:
We report updated measurements of branching fractions ($\mathcal{B}$) and CP-violating charge asymmetries ($\mathcal{A_{\rm CP}}$) for charmless $B$ decays at Belle II, which operates on or near the $Υ$(4S) resonance at the SuperKEKB asymmetric energy $e^{+}e^{-}$ collider. We use samples of 2019 and 2020 data corresponding to 62.8 fb$^{-1}$ of integrated luminosity. The samples are analysed using…
▽ More
We report updated measurements of branching fractions ($\mathcal{B}$) and CP-violating charge asymmetries ($\mathcal{A_{\rm CP}}$) for charmless $B$ decays at Belle II, which operates on or near the $Υ$(4S) resonance at the SuperKEKB asymmetric energy $e^{+}e^{-}$ collider. We use samples of 2019 and 2020 data corresponding to 62.8 fb$^{-1}$ of integrated luminosity. The samples are analysed using two-dimensional fits in $ΔE$ and $M_{\it bc}$ to determine signal yields of approximately 568, 103, and 115 decays for the channels $B^0 \to K^+π^-$, $B^+ \to K_{\rm S}^0π^+$, and $B^0 \to π^+π^-$, respectively. Signal yields are corrected for efficiencies determined from simulation and control data samples to obtain branching fractions and CP-violating asymmetries for flavour-specific channels. The results are compatible with known determinations and contribute important information to an early assessment of Belle II detector performance.
△ Less
Submitted 7 June, 2021;
originally announced June 2021.