-
DepthSeg: Depth prompting in remote sensing semantic segmentation
Authors:
Ning Zhou,
Shanxiong Chen,
Mingting Zhou,
Haigang Sui,
Lieyun Hu,
Han Li,
Li Hua,
Qiming Zhou
Abstract:
Remote sensing semantic segmentation is crucial for extracting detailed land surface information, enabling applications such as environmental monitoring, land use planning, and resource assessment. In recent years, advancements in artificial intelligence have spurred the development of automatic remote sensing semantic segmentation methods. However, the existing semantic segmentation methods focus…
▽ More
Remote sensing semantic segmentation is crucial for extracting detailed land surface information, enabling applications such as environmental monitoring, land use planning, and resource assessment. In recent years, advancements in artificial intelligence have spurred the development of automatic remote sensing semantic segmentation methods. However, the existing semantic segmentation methods focus on distinguishing spectral characteristics of different objects while ignoring the differences in the elevation of the different targets. This results in land cover misclassification in complex scenarios involving shadow occlusion and spectral confusion. In this paper, we introduce a depth prompting two-dimensional (2D) remote sensing semantic segmentation framework (DepthSeg). It automatically models depth/height information from 2D remote sensing images and integrates it into the semantic segmentation framework to mitigate the effects of spectral confusion and shadow occlusion. During the feature extraction phase of DepthSeg, we introduce a lightweight adapter to enable cost-effective fine-tuning of the large-parameter vision transformer encoder pre-trained by natural images. In the depth prompting phase, we propose a depth prompter to model depth/height features explicitly. In the semantic prediction phase, we introduce a semantic classification decoder that couples the depth prompts with high-dimensional land-cover features, enabling accurate extraction of land-cover types. Experiments on the LiuZhou dataset validate the advantages of the DepthSeg framework in land cover mapping tasks. Detailed ablation studies further highlight the significance of the depth prompts in remote sensing semantic segmentation.
△ Less
Submitted 17 June, 2025;
originally announced June 2025.
-
Addressing Correlated Latent Exogenous Variables in Debiased Recommender Systems
Authors:
Shuqiang Zhang,
Yuchao Zhang,
Jinkun Chen,
Haochen Sui
Abstract:
Recommendation systems (RS) aim to provide personalized content, but they face a challenge in unbiased learning due to selection bias, where users only interact with items they prefer. This bias leads to a distorted representation of user preferences, which hinders the accuracy and fairness of recommendations. To address the issue, various methods such as error imputation based, inverse propensity…
▽ More
Recommendation systems (RS) aim to provide personalized content, but they face a challenge in unbiased learning due to selection bias, where users only interact with items they prefer. This bias leads to a distorted representation of user preferences, which hinders the accuracy and fairness of recommendations. To address the issue, various methods such as error imputation based, inverse propensity scoring, and doubly robust techniques have been developed. Despite the progress, from the structural causal model perspective, previous debiasing methods in RS assume the independence of the exogenous variables. In this paper, we release this assumption and propose a learning algorithm based on likelihood maximization to learn a prediction model. We first discuss the correlation and difference between unmeasured confounding and our scenario, then we propose a unified method that effectively handles latent exogenous variables. Specifically, our method models the data generation process with latent exogenous variables under mild normality assumptions. We then develop a Monte Carlo algorithm to numerically estimate the likelihood function. Extensive experiments on synthetic datasets and three real-world datasets demonstrate the effectiveness of our proposed method. The code is at https://github.com/WallaceSUI/kdd25-background-variable.
△ Less
Submitted 9 June, 2025;
originally announced June 2025.
-
Satellites Reveal Mobility: A Commuting Origin-destination Flow Generator for Global Cities
Authors:
Can Rong,
Xin Zhang,
Yanxin Xi,
Hongjie Sui,
Jingtao Ding,
Yong Li
Abstract:
Commuting Origin-destination~(OD) flows, capturing daily population mobility of citizens, are vital for sustainable development across cities around the world. However, it is challenging to obtain the data due to the high cost of travel surveys and privacy concerns. Surprisingly, we find that satellite imagery, publicly available across the globe, contains rich urban semantic signals to support hi…
▽ More
Commuting Origin-destination~(OD) flows, capturing daily population mobility of citizens, are vital for sustainable development across cities around the world. However, it is challenging to obtain the data due to the high cost of travel surveys and privacy concerns. Surprisingly, we find that satellite imagery, publicly available across the globe, contains rich urban semantic signals to support high-quality OD flow generation, with over 98\% expressiveness of traditional multisource hard-to-collect urban sociodemographic, economics, land use, and point of interest data. This inspires us to design a novel data generator, GlODGen, which can generate OD flow data for any cities of interest around the world. Specifically, GlODGen first leverages Vision-Language Geo-Foundation Models to extract urban semantic signals related to human mobility from satellite imagery. These features are then combined with population data to form region-level representations, which are used to generate OD flows via graph diffusion models. Extensive experiments on 4 continents and 6 representative cities show that GlODGen has great generalizability across diverse urban environments on different continents and can generate OD flow data for global cities highly consistent with real-world mobility data. We implement GlODGen as an automated tool, seamlessly integrating data acquisition and curation, urban semantic feature extraction, and OD flow generation together. It has been released at https://github.com/tsinghua-fib-lab/generate-od-pubtools.
△ Less
Submitted 21 May, 2025;
originally announced May 2025.
-
MRGRP: Empowering Courier Route Prediction in Food Delivery Service with Multi-Relational Graph
Authors:
Chang Liu,
Huan Yan,
Hongjie Sui,
Haomin Wen,
Yuan Yuan,
Yuyang Han,
Hongsen Liao,
Xuetao Ding,
Jinghua Hao,
Yong Li
Abstract:
Instant food delivery has become one of the most popular web services worldwide due to its convenience in daily life. A fundamental challenge is accurately predicting courier routes to optimize task dispatch and improve delivery efficiency. This enhances satisfaction for couriers and users and increases platform profitability. The current heuristic prediction method uses only limited human-selecte…
▽ More
Instant food delivery has become one of the most popular web services worldwide due to its convenience in daily life. A fundamental challenge is accurately predicting courier routes to optimize task dispatch and improve delivery efficiency. This enhances satisfaction for couriers and users and increases platform profitability. The current heuristic prediction method uses only limited human-selected task features and ignores couriers preferences, causing suboptimal results. Additionally, existing learning-based methods do not fully capture the diverse factors influencing courier decisions or the complex relationships among them. To address this, we propose a Multi-Relational Graph-based Route Prediction (MRGRP) method that models fine-grained correlations among tasks affecting courier decisions for accurate prediction. We encode spatial and temporal proximity, along with pickup-delivery relationships, into a multi-relational graph and design a GraphFormer architecture to capture these complex connections. We also introduce a route decoder that leverages courier information and dynamic distance and time contexts for prediction, using existing route solutions as references to improve outcomes. Experiments show our model achieves state-of-the-art route prediction on offline data from cities of various sizes. Deployed on the Meituan Turing platform, it surpasses the current heuristic algorithm, reaching a high route prediction accuracy of 0.819, essential for courier and user satisfaction in instant food delivery.
△ Less
Submitted 17 May, 2025;
originally announced May 2025.
-
HSLiNets: Hyperspectral Image and LiDAR Data Fusion Using Efficient Dual Non-Linear Feature Learning Networks
Authors:
Judy X Yang,
Jing Wang,
Chen Hong Sui,
Zekun Long,
Jun Zhou
Abstract:
The integration of hyperspectral imaging (HSI) and LiDAR data within new linear feature spaces offers a promising solution to the challenges posed by the high-dimensionality and redundancy inherent in HSIs. This study introduces a dual linear fused space framework that capitalizes on bidirectional reversed convolutional neural network (CNN) pathways, coupled with a specialized spatial analysis blo…
▽ More
The integration of hyperspectral imaging (HSI) and LiDAR data within new linear feature spaces offers a promising solution to the challenges posed by the high-dimensionality and redundancy inherent in HSIs. This study introduces a dual linear fused space framework that capitalizes on bidirectional reversed convolutional neural network (CNN) pathways, coupled with a specialized spatial analysis block. This approach combines the computational efficiency of CNNs with the adaptability of attention mechanisms, facilitating the effective fusion of spectral and spatial information. The proposed method not only enhances data processing and classification accuracy, but also mitigates the computational burden typically associated with advanced models such as Transformers. Evaluations of the Houston 2013 dataset demonstrate that our approach surpasses existing state-of-the-art models. This advancement underscores the potential of the framework in resource-constrained environments and its significant contributions to the field of remote sensing.
△ Less
Submitted 2 December, 2024; v1 submitted 29 November, 2024;
originally announced December 2024.
-
DMGNN: Detecting and Mitigating Backdoor Attacks in Graph Neural Networks
Authors:
Hao Sui,
Bing Chen,
Jiale Zhang,
Chengcheng Zhu,
Di Wu,
Qinghua Lu,
Guodong Long
Abstract:
Recent studies have revealed that GNNs are highly susceptible to multiple adversarial attacks. Among these, graph backdoor attacks pose one of the most prominent threats, where attackers cause models to misclassify by learning the backdoored features with injected triggers and modified target labels during the training phase. Based on the features of the triggers, these attacks can be categorized…
▽ More
Recent studies have revealed that GNNs are highly susceptible to multiple adversarial attacks. Among these, graph backdoor attacks pose one of the most prominent threats, where attackers cause models to misclassify by learning the backdoored features with injected triggers and modified target labels during the training phase. Based on the features of the triggers, these attacks can be categorized into out-of-distribution (OOD) and in-distribution (ID) graph backdoor attacks, triggers with notable differences from the clean sample feature distributions constitute OOD backdoor attacks, whereas the triggers in ID backdoor attacks are nearly identical to the clean sample feature distributions. Existing methods can successfully defend against OOD backdoor attacks by comparing the feature distribution of triggers and clean samples but fail to mitigate stealthy ID backdoor attacks. Due to the lack of proper supervision signals, the main task accuracy is negatively affected in defending against ID backdoor attacks. To bridge this gap, we propose DMGNN against OOD and ID graph backdoor attacks that can powerfully eliminate stealthiness to guarantee defense effectiveness and improve the model performance. Specifically, DMGNN can easily identify the hidden ID and OOD triggers via predicting label transitions based on counterfactual explanation. To further filter the diversity of generated explainable graphs and erase the influence of the trigger features, we present a reverse sampling pruning method to screen and discard the triggers directly on the data level. Extensive experimental evaluations on open graph datasets demonstrate that DMGNN far outperforms the state-of-the-art (SOTA) defense methods, reducing the attack success rate to 5% with almost negligible degradation in model performance (within 3.5%).
△ Less
Submitted 17 October, 2024;
originally announced October 2024.
-
"No Matter What You Do": Purifying GNN Models via Backdoor Unlearning
Authors:
Jiale Zhang,
Chengcheng Zhu,
Bosen Rao,
Hao Sui,
Xiaobing Sun,
Bing Chen,
Chunyi Zhou,
Shouling Ji
Abstract:
Recent studies have exposed that GNNs are vulnerable to several adversarial attacks, among which backdoor attack is one of the toughest. Similar to Deep Neural Networks (DNNs), backdoor attacks in GNNs lie in the fact that the attacker modifies a portion of graph data by embedding triggers and enforces the model to learn the trigger feature during the model training process. Despite the massive pr…
▽ More
Recent studies have exposed that GNNs are vulnerable to several adversarial attacks, among which backdoor attack is one of the toughest. Similar to Deep Neural Networks (DNNs), backdoor attacks in GNNs lie in the fact that the attacker modifies a portion of graph data by embedding triggers and enforces the model to learn the trigger feature during the model training process. Despite the massive prior backdoor defense works on DNNs, defending against backdoor attacks in GNNs is largely unexplored, severely hindering the widespread application of GNNs in real-world tasks. To bridge this gap, we present GCleaner, the first backdoor mitigation method on GNNs. GCleaner can mitigate the presence of the backdoor logic within backdoored GNNs by reversing the backdoor learning procedure, aiming to restore the model performance to a level similar to that is directly trained on the original clean dataset. To achieve this objective, we ask: How to recover universal and hard backdoor triggers in GNNs? How to unlearn the backdoor trigger feature while maintaining the model performance? We conduct the graph trigger recovery via the explanation method to identify optimal trigger locations, facilitating the search of universal and hard backdoor triggers in the feature space of the backdoored model through maximal similarity. Subsequently, we introduce the backdoor unlearning mechanism, which combines knowledge distillation and gradient-based explainable knowledge for fine-grained backdoor erasure. Extensive experimental evaluations on four benchmark datasets demonstrate that GCleaner can reduce the backdoor attack success rate to 10% with only 1% of clean data, and has almost negligible degradation in model performance, which far outperforms the state-of-the-art (SOTA) defense methods.
△ Less
Submitted 12 November, 2024; v1 submitted 2 October, 2024;
originally announced October 2024.
-
FTS: A Framework to Find a Faithful TimeSieve
Authors:
Songning Lai,
Ninghui Feng,
Haochen Sui,
Ze Ma,
Hao Wang,
Zichen Song,
Hang Zhao,
Yutao Yue
Abstract:
The field of time series forecasting has garnered significant attention in recent years, prompting the development of advanced models like TimeSieve, which demonstrates impressive performance. However, an analysis reveals certain unfaithfulness issues, including high sensitivity to random seeds and minute input noise perturbations. Recognizing these challenges, we embark on a quest to define the c…
▽ More
The field of time series forecasting has garnered significant attention in recent years, prompting the development of advanced models like TimeSieve, which demonstrates impressive performance. However, an analysis reveals certain unfaithfulness issues, including high sensitivity to random seeds and minute input noise perturbations. Recognizing these challenges, we embark on a quest to define the concept of \textbf{\underline{F}aithful \underline{T}ime\underline{S}ieve \underline{(FTS)}}, a model that consistently delivers reliable and robust predictions. To address these issues, we propose a novel framework aimed at identifying and rectifying unfaithfulness in TimeSieve. Our framework is designed to enhance the model's stability and resilience, ensuring that its outputs are less susceptible to the aforementioned factors. Experimentation validates the effectiveness of our proposed framework, demonstrating improved faithfulness in the model's behavior. Looking forward, we plan to expand our experimental scope to further validate and optimize our algorithm, ensuring comprehensive faithfulness across a wide range of scenarios. Ultimately, we aspire to make this framework can be applied to enhance the faithfulness of not just TimeSieve but also other state-of-the-art temporal methods, thereby contributing to the reliability and robustness of temporal modeling as a whole.
△ Less
Submitted 28 March, 2025; v1 submitted 29 May, 2024;
originally announced May 2024.
-
Multi-Scale Simulation of Complex Systems: A Perspective of Integrating Knowledge and Data
Authors:
Huandong Wang,
Huan Yan,
Can Rong,
Yuan Yuan,
Fenyu Jiang,
Zhenyu Han,
Hongjie Sui,
Depeng Jin,
Yong Li
Abstract:
Complex system simulation has been playing an irreplaceable role in understanding, predicting, and controlling diverse complex systems. In the past few decades, the multi-scale simulation technique has drawn increasing attention for its remarkable ability to overcome the challenges of complex system simulation with unknown mechanisms and expensive computational costs. In this survey, we will syste…
▽ More
Complex system simulation has been playing an irreplaceable role in understanding, predicting, and controlling diverse complex systems. In the past few decades, the multi-scale simulation technique has drawn increasing attention for its remarkable ability to overcome the challenges of complex system simulation with unknown mechanisms and expensive computational costs. In this survey, we will systematically review the literature on multi-scale simulation of complex systems from the perspective of knowledge and data. Firstly, we will present background knowledge about simulating complex system simulation and the scales in complex systems. Then, we divide the main objectives of multi-scale modeling and simulation into five categories by considering scenarios with clear scale and scenarios with unclear scale, respectively. After summarizing the general methods for multi-scale simulation based on the clues of knowledge and data, we introduce the adopted methods to achieve different objectives. Finally, we introduce the applications of multi-scale simulation in typical matter systems and social systems.
△ Less
Submitted 23 July, 2024; v1 submitted 17 June, 2023;
originally announced June 2023.
-
Criteria for stabilizing a multi-delay stochastic system with multiplicative control-dependent noises
Authors:
Cheng Tan,
Zhengqiang Zhang,
Haoting Sui,
Wing Shing Wong
Abstract:
In this paper, we investigate the mean-square stabilization for discrete-time stochastic systems that endure both multiple input delays and multiplicative control-dependent noises. For such multi-delay stochastic systems, we for the first time put forward two stabilization criteria: Riccati type and Lyapunov type. On the one hand, we adopt a reduction method to reformulate the original multi-delay…
▽ More
In this paper, we investigate the mean-square stabilization for discrete-time stochastic systems that endure both multiple input delays and multiplicative control-dependent noises. For such multi-delay stochastic systems, we for the first time put forward two stabilization criteria: Riccati type and Lyapunov type. On the one hand, we adopt a reduction method to reformulate the original multi-delay stochastic system to a delay-free auxiliary system and present their equivalent proposition for stabilization. Then, by introducing a delay-dependent algebraic Riccati equation (DDARE), we prove that the system under consideration is stabilizable if and only if the developed DDARE has a unique positive definite solution. On the other hand, we characterize the delay-dependent Lyapunov equation (DDLE)-based criterion, which can be verified by linear matrix inequality (LMI) feasibility test. Besides, under some restricted structure, we propose an existence theorem of delay margin and more importantly, derive an explicit formula for computing its exact value.
△ Less
Submitted 15 March, 2023;
originally announced March 2023.
-
Hypergraph Learning for Identification of COVID-19 with CT Imaging
Authors:
Donglin Di,
Feng Shi,
Fuhua Yan,
Liming Xia,
Zhanhao Mo,
Zhongxiang Ding,
Fei Shan,
Shengrui Li,
Ying Wei,
Ying Shao,
Miaofei Han,
Yaozong Gao,
He Sui,
Yue Gao,
Dinggang Shen
Abstract:
The coronavirus disease, named COVID-19, has become the largest global public health crisis since it started in early 2020. CT imaging has been used as a complementary tool to assist early screening, especially for the rapid identification of COVID-19 cases from community acquired pneumonia (CAP) cases. The main challenge in early screening is how to model the confusing cases in the COVID-19 and C…
▽ More
The coronavirus disease, named COVID-19, has become the largest global public health crisis since it started in early 2020. CT imaging has been used as a complementary tool to assist early screening, especially for the rapid identification of COVID-19 cases from community acquired pneumonia (CAP) cases. The main challenge in early screening is how to model the confusing cases in the COVID-19 and CAP groups, with very similar clinical manifestations and imaging features. To tackle this challenge, we propose an Uncertainty Vertex-weighted Hypergraph Learning (UVHL) method to identify COVID-19 from CAP using CT images. In particular, multiple types of features (including regional features and radiomics features) are first extracted from CT image for each case. Then, the relationship among different cases is formulated by a hypergraph structure, with each case represented as a vertex in the hypergraph. The uncertainty of each vertex is further computed with an uncertainty score measurement and used as a weight in the hypergraph. Finally, a learning process of the vertex-weighted hypergraph is used to predict whether a new testing case belongs to COVID-19 or not. Experiments on a large multi-center pneumonia dataset, consisting of 2,148 COVID-19 cases and 1,182 CAP cases from five hospitals, are conducted to evaluate the performance of the proposed method. Results demonstrate the effectiveness and robustness of our proposed method on the identification of COVID-19 in comparison to state-of-the-art methods.
△ Less
Submitted 7 May, 2020;
originally announced May 2020.
-
Adaptive Feature Selection Guided Deep Forest for COVID-19 Classification with Chest CT
Authors:
Liang Sun,
Zhanhao Mo,
Fuhua Yan,
Liming Xia,
Fei Shan,
Zhongxiang Ding,
Wei Shao,
Feng Shi,
Huan Yuan,
Huiting Jiang,
Dijia Wu,
Ying Wei,
Yaozong Gao,
Wanchun Gao,
He Sui,
Daoqiang Zhang,
Dinggang Shen
Abstract:
Chest computed tomography (CT) becomes an effective tool to assist the diagnosis of coronavirus disease-19 (COVID-19). Due to the outbreak of COVID-19 worldwide, using the computed-aided diagnosis technique for COVID-19 classification based on CT images could largely alleviate the burden of clinicians. In this paper, we propose an Adaptive Feature Selection guided Deep Forest (AFS-DF) for COVID-19…
▽ More
Chest computed tomography (CT) becomes an effective tool to assist the diagnosis of coronavirus disease-19 (COVID-19). Due to the outbreak of COVID-19 worldwide, using the computed-aided diagnosis technique for COVID-19 classification based on CT images could largely alleviate the burden of clinicians. In this paper, we propose an Adaptive Feature Selection guided Deep Forest (AFS-DF) for COVID-19 classification based on chest CT images. Specifically, we first extract location-specific features from CT images. Then, in order to capture the high-level representation of these features with the relatively small-scale data, we leverage a deep forest model to learn high-level representation of the features. Moreover, we propose a feature selection method based on the trained deep forest model to reduce the redundancy of features, where the feature selection could be adaptively incorporated with the COVID-19 classification model. We evaluated our proposed AFS-DF on COVID-19 dataset with 1495 patients of COVID-19 and 1027 patients of community acquired pneumonia (CAP). The accuracy (ACC), sensitivity (SEN), specificity (SPE) and AUC achieved by our method are 91.79%, 93.05%, 89.95% and 96.35%, respectively. Experimental results on the COVID-19 dataset suggest that the proposed AFS-DF achieves superior performance in COVID-19 vs. CAP classification, compared with 4 widely used machine learning methods.
△ Less
Submitted 7 May, 2020;
originally announced May 2020.
-
Diagnosis of Coronavirus Disease 2019 (COVID-19) with Structured Latent Multi-View Representation Learning
Authors:
Hengyuan Kang,
Liming Xia,
Fuhua Yan,
Zhibin Wan,
Feng Shi,
Huan Yuan,
Huiting Jiang,
Dijia Wu,
He Sui,
Changqing Zhang,
Dinggang Shen
Abstract:
Recently, the outbreak of Coronavirus Disease 2019 (COVID-19) has spread rapidly across the world. Due to the large number of affected patients and heavy labor for doctors, computer-aided diagnosis with machine learning algorithm is urgently needed, and could largely reduce the efforts of clinicians and accelerate the diagnosis process. Chest computed tomography (CT) has been recognized as an info…
▽ More
Recently, the outbreak of Coronavirus Disease 2019 (COVID-19) has spread rapidly across the world. Due to the large number of affected patients and heavy labor for doctors, computer-aided diagnosis with machine learning algorithm is urgently needed, and could largely reduce the efforts of clinicians and accelerate the diagnosis process. Chest computed tomography (CT) has been recognized as an informative tool for diagnosis of the disease. In this study, we propose to conduct the diagnosis of COVID-19 with a series of features extracted from CT images. To fully explore multiple features describing CT images from different views, a unified latent representation is learned which can completely encode information from different aspects of features and is endowed with promising class structure for separability. Specifically, the completeness is guaranteed with a group of backward neural networks (each for one type of features), while by using class labels the representation is enforced to be compact within COVID-19/community-acquired pneumonia (CAP) and also a large margin is guaranteed between different types of pneumonia. In this way, our model can well avoid overfitting compared to the case of directly projecting highdimensional features into classes. Extensive experimental results show that the proposed method outperforms all comparison methods, and rather stable performances are observed when varying the numbers of training data.
△ Less
Submitted 6 May, 2020;
originally announced May 2020.
-
Large-Scale Screening of COVID-19 from Community Acquired Pneumonia using Infection Size-Aware Classification
Authors:
Feng Shi,
Liming Xia,
Fei Shan,
Dijia Wu,
Ying Wei,
Huan Yuan,
Huiting Jiang,
Yaozong Gao,
He Sui,
Dinggang Shen
Abstract:
The worldwide spread of coronavirus disease (COVID-19) has become a threatening risk for global public health. It is of great importance to rapidly and accurately screen patients with COVID-19 from community acquired pneumonia (CAP). In this study, a total of 1658 patients with COVID-19 and 1027 patients of CAP underwent thin-section CT. All images were preprocessed to obtain the segmentations of…
▽ More
The worldwide spread of coronavirus disease (COVID-19) has become a threatening risk for global public health. It is of great importance to rapidly and accurately screen patients with COVID-19 from community acquired pneumonia (CAP). In this study, a total of 1658 patients with COVID-19 and 1027 patients of CAP underwent thin-section CT. All images were preprocessed to obtain the segmentations of both infections and lung fields, which were used to extract location-specific features. An infection Size Aware Random Forest method (iSARF) was proposed, in which subjects were automated categorized into groups with different ranges of infected lesion sizes, followed by random forests in each group for classification. Experimental results show that the proposed method yielded sensitivity of 0.907, specificity of 0.833, and accuracy of 0.879 under five-fold cross-validation. Large performance margins against comparison methods were achieved especially for the cases with infection size in the medium range, from 0.01% to 10%. The further inclusion of Radiomics features show slightly improvement. It is anticipated that our proposed framework could assist clinical decision making.
△ Less
Submitted 22 March, 2020;
originally announced March 2020.
-
Solar Neutrino Measurements in Super-Kamiokande-IV
Authors:
Super-Kamiokande Collaboration,
:,
K. Abe,
Y. Haga,
Y. Hayato,
M. Ikeda,
K. Iyogi,
J. Kameda,
Y. Kishimoto,
Ll. Marti,
M. Miura,
S. Moriyama,
M. Nakahata,
T. Nakajima,
S. Nakayama,
A. Orii,
H. Sekiya,
M. Shiozawa,
Y. Sonoda,
A. Takeda,
H. Tanaka,
Y. Takenaga,
S. Tasaka,
T. Tomura,
K. Ueno
, et al. (146 additional authors not shown)
Abstract:
Upgraded electronics, improved water system dynamics, better calibration and analysis techniques allowed Super-Kamiokande-IV to clearly observe very low-energy 8B solar neutrino interactions, with recoil electron kinetic energies as low as 3.49 MeV. Super-Kamiokande-IV data-taking began in September of 2008; this paper includes data until February 2014, a total livetime of 1664 days. The measured…
▽ More
Upgraded electronics, improved water system dynamics, better calibration and analysis techniques allowed Super-Kamiokande-IV to clearly observe very low-energy 8B solar neutrino interactions, with recoil electron kinetic energies as low as 3.49 MeV. Super-Kamiokande-IV data-taking began in September of 2008; this paper includes data until February 2014, a total livetime of 1664 days. The measured solar neutrino flux is (2.308+-0.020(stat.) + 0.039-0.040(syst.)) x 106/(cm2sec) assuming no oscillations. The observed recoil electron energy spectrum is consistent with no distortions due to neutrino oscillations. An extended maximum likelihood fit to the amplitude of the expected solar zenith angle variation of the neutrino-electron elastic scattering rate in SK-IV results in a day/night asymmetry of (-3.6+-1.6(stat.)+-0.6(syst.))%. The SK-IV solar neutrino data determine the solar mixing angle as sin2 theta_12 = 0.327+0.026-0.031, all SK solar data (SK-I, SK-II, SK III and SKIV) measures this angle to be sin2 theta_12 = 0.334+0.027-0.023, the determined mass-squared splitting is Delta m2_21 = 4.8+1.5-0.8 x10-5 eV2.
△ Less
Submitted 23 June, 2016;
originally announced June 2016.
-
Search for Proton Decay via $p \rightarrow νK^{+}$ using 260 kiloton$\cdot$year data of Super-Kamiokande
Authors:
The Super-Kamiokande Collaboration,
:,
K. Abe,
Y. Hayato,
K. Iyogi,
J. Kameda,
M. Miura,
S. Moriyama,
M. Nakahata,
S. Nakayama,
R. A. Wendell,
H. Sekiya,
M. Shiozawa,
Y. Suzuki,
A. Takeda,
Y. Takenaga,
K. Ueno,
T. Yokozawa,
H. Kaji,
T. Kajita,
K. Kaneyuki,
K. P. Lee,
K. Okumura,
T. McLachlan,
L. Labarga
, et al. (82 additional authors not shown)
Abstract:
We have searched for proton decay via $p \rightarrow νK^{+}$ using Super-Kamiokande data from April 1996 to February 2013, 260 kiloton$\cdot$year exposure in total. No evidence for this proton decay mode is found. A lower limit of the proton lifetime is set to $5.9 \times 10^{33}$ years at 90% confidence level.
We have searched for proton decay via $p \rightarrow νK^{+}$ using Super-Kamiokande data from April 1996 to February 2013, 260 kiloton$\cdot$year exposure in total. No evidence for this proton decay mode is found. A lower limit of the proton lifetime is set to $5.9 \times 10^{33}$ years at 90% confidence level.
△ Less
Submitted 6 August, 2014;
originally announced August 2014.
-
Calibration of the Super-Kamiokande Detector
Authors:
K. Abe,
Y. Hayato,
T. Iida,
K. Iyogi,
J. Kameda,
Y. Kishimoto,
Y. Koshio,
Ll. Marti,
M. Miura,
S. Moriyama,
M. Nakahata,
Y. Nakano,
S. Nakayama,
Y. Obayashi,
H. Sekiya,
M. Shiozawa,
Y. Suzuki,
A. Takeda,
Y. Takenaga,
H. Tanaka,
T. Tomura,
K. Ueno,
R. A. Wendell,
T. Yokozawa,
T. J. Irvine
, et al. (108 additional authors not shown)
Abstract:
Procedures and results on hardware level detector calibration in Super-Kamiokande (SK) are presented in this paper. In particular, we report improvements made in our calibration methods for the experimental phase IV in which new readout electronics have been operating since 2008. The topics are separated into two parts. The first part describes the determination of constants needed to interpret th…
▽ More
Procedures and results on hardware level detector calibration in Super-Kamiokande (SK) are presented in this paper. In particular, we report improvements made in our calibration methods for the experimental phase IV in which new readout electronics have been operating since 2008. The topics are separated into two parts. The first part describes the determination of constants needed to interpret the digitized output of our electronics so that we can obtain physical numbers such as photon counts and their arrival times for each photomultiplier tube (PMT). In this context, we developed an in-situ procedure to determine high-voltage settings for PMTs in large detectors like SK, as well as a new method for measuring PMT quantum efficiency and gain in such a detector. The second part describes the modeling of the detector in our Monte Carlo simulation, including in particular the optical properties of its water target and their variability over time. Detailed studies on the water quality are also presented. As a result of this work, we achieved a precision sufficient for physics analysis over a wide energy range (from a few MeV to above a TeV). For example, the charge determination was understood at the 1% level, and the timing resolution was 2.1 nsec at the one-photoelectron charge level and 0.5 nsec at the 100-photoelectron charge level.
△ Less
Submitted 20 December, 2013; v1 submitted 29 June, 2013;
originally announced July 2013.
-
Search for Proton Decay into Muon plus Neutral Kaon in Super-Kamiokande I, II, and III
Authors:
The Super-Kamiokande Collaboration,
:,
C. Regis,
K. Abe,
Y. Hayato,
K. Iyogi,
J. Kameda,
Y. Koshio,
Ll. Marti,
M. Miura,
S. Moriyama,
M. Nakahata,
S. Nakayama,
Y. Obayashi,
H. Sekiya,
M. Shiozawa,
Y. Suzuki,
A. Takeda,
Y. Takenaga,
K. Ueno,
T. Yokozawa,
H. Kaji,
T. Kajita,
K. Kaneyuki,
K. P. Lee
, et al. (83 additional authors not shown)
Abstract:
We have searched for proton into muon plus neutral kaon using data from a 91.7 kiloton-year exposure of Super-Kamiokande-I, a 49.2 kiloton-year exposure of Super-Kamiokande-II, and a 31.9 kiloton-year exposure of Super-Kamiokande-III. The number of candidate events in the data was consistent with the atmospheric neutrino background expectation and no evidence for proton decay in this mode was foun…
▽ More
We have searched for proton into muon plus neutral kaon using data from a 91.7 kiloton-year exposure of Super-Kamiokande-I, a 49.2 kiloton-year exposure of Super-Kamiokande-II, and a 31.9 kiloton-year exposure of Super-Kamiokande-III. The number of candidate events in the data was consistent with the atmospheric neutrino background expectation and no evidence for proton decay in this mode was found. We set a partial lifetime lower limit of 1.6x10^33 years at the 90% confidence level.
△ Less
Submitted 30 May, 2012;
originally announced May 2012.