• 学术搜索
  • 科研智能体
    • Research Labs
    • AI 阅读
    • AI 文库
    • 深度研究
    • 学者亮点
  • 学术资源
    • AI2000
    • 期刊/会议
    • 学者库
    • 学术API
    • 溯源树
    • 数据集
  • 知识沉淀
    • 学术空间
订阅小程序
旧版功能
aminer vip
开通会员低至0.73元/天
一次搞定AI科研
立即登录
  • English
  • 联系方式
    C

    Centre for Science and Environment

    EST. 1980
    1,075论文总数
    1.8万引用总数

    论文量&引用量时间轴

    机构学者

    排序
    Hugh Pemberton
    Hugh Pemberton
    University of Bristol
    论文:51引用:0H-index:0
    Roger Middleton
    Roger Middleton
    University of Bristol
    论文:41引用:0H-index:0
    Leon Horsten
    Leon Horsten
    Philosophy Department, University of Konstanz
    论文:21引用:0H-index:0
    Veronique Riffault
    Veronique Riffault
    Centre for Air Quality Research, IMT Nord Europe;Centre for Education, Research and Innovation "Energy and Environment", IMT Nord Europe;Doctoral School "Sciences of Matter, Radiation and Environment"
    论文:20引用:0H-index:0
    Norman H. Freeman
    Norman H. Freeman
    University of Bristol
    论文:17引用:0H-index:0
    Olivier Favez
    Olivier Favez
    Institut national de l'environnement industriel et des risques (Ineris)
    论文:13引用:0H-index:0
    Andrew Pyle
    Andrew Pyle
    Department of Philosophy, University of Bristol
    论文:11引用:0H-index:0
    Nadine Locoge
    Nadine Locoge
    IMT Lille Douai
    论文:10引用:0H-index:0
    Jonathan Lawry
    Jonathan Lawry
    Department of Engineering Mathematics, University of Bristol
    论文:9引用:0H-index:0

    论文(1075)

    年份
    起
    –
    止
    排序
    1AutoSchemaKG: Autonomous Knowledge Graph Construction Through Dynamic Schema Induction from Web-Scale Corpora
    Jiaxin Bai,Wei Fan,Qi Hu,Qing Zong,Chunyang Li,Hong Ting Tsang, Hongyu Luo,Yauwai Yim, Haoyu Huang, Xiao Zhou, Feng Qin,Tianshi Zheng,

    We present AutoSchemaKG, a framework for fully autonomous knowledge graph construction that eliminates the need for predefined schemas. Our system leverages large language models to simultaneously extract knowledge triples and induce comprehensive schemas directly from text, modeling both entities and events while employing conceptualization to organize instances into semantic categories. Processing over 50 million documents, we construct ATLAS (Automated Triple Linking And Schema induction), a family of knowledge graphs with 900+ million nodes and 5.9 billion edges. This approach outperforms state-of-the-art baselines on multi-hop QA tasks and enhances LLM factuality. Notably, our schema induction achieves 92% semantic alignment with human-crafted schemas with zero manual intervention, demonstrating that billion-scale knowledge graphs with dynamically induced schemas can effectively complement parametric knowledge in large language models.

    2026ACL 2026(2026)引用:19
    引用
    AI阅读
    加入学术空间
    2Online Conformal Prediction with Adversarial Semi-bandit Feedback Via Regret Minimization
    Junyoung Yang, Kyungmin Kim,Sangdon Park

    Uncertainty quantification is crucial in safety-critical systems, where decisions must be made under uncertainty. In particular, we consider the problem of online uncertainty quantification, where data points arrive sequentially. Online conformal prediction is a principled online uncertainty quantification method that dynamically constructs a prediction set at each time step. While existing methods for online conformal prediction provide long-run coverage guarantees without any distributional assumptions, they typically assume a full feedback setting in which the true label is always observed. In this paper, we propose a novel learning method for online conformal prediction with partial feedback from an adaptive adversary-a more challenging setup where the true label is revealed only when it lies inside the constructed prediction set. Specifically, we formulate online conformal prediction as an adversarial bandit problem by treating each candidate prediction set as an arm. Building on an existing algorithm for adversarial bandits, our method achieves a long-run coverage guarantee by explicitly establishing its connection to the regret of the learner. Finally, we empirically demonstrate the effectiveness of our method in both independent and identically distributed (i.i.d.) and non-i.i.d. settings, showing that it successfully controls the miscoverage rate while maintaining a reasonable size of the prediction set.

    ICLR 2026引用:3
    引用
    AI阅读
    加入学术空间
    3Online Optimal Probe Allocation for Quantum Network Tomography
    Xuchuang Wang, Yu-Zhen Janice Chen, Matheus Guedes de Andrade,Mohammad Hajiesmaili,John C.S. Lui,Ting He, Don Towsley

    How to efficiently perform network tomography is a fundamental problem in network management and monitoring. A network tomography task usually consists of applying multiple probing experiments, e.g., across different paths or via different casts (e.g., unicast and multicast). We study how to optimize the network tomography process through online sequential decisionmaking. From the methodology perspective, we introduce an online probe allocation algorithm that sequentially performs network tomography based on the principles of optimal experimental design and the maximum likelihood estimation. We rigorously analyze the regret of the algorithm under the conditions that $i)$ the optimal allocation is Lipschitz continuous in the parameters being estimated and ii) the parameter estimators satisfy a concentration property. From the application perspective, we demonstrate that the quantum bit-flip network fulfills the two theoretical conditions and provide their corresponding regrets when deploying our proposed online probe allocation algorithm. Besides case studies with theoretical guarantees, we also conduct simulations to compare our proposed algorithm with existing methods and demonstrate our algorithm's effectiveness.

    20262026 International Conference on Quantum Communications, Networking, and Computing (QCNC)(2026)引用:1
    引用
    AI阅读
    加入学术空间
    4LeukoSegmenter: A Double Encoder-Decoder-Based Network for Leukocyte Segmentation from Blood Smear Images
    Sabrina Dhalla, Ajay Mittal, Savita Gupta

    Segmentation plays a crucial role in the automated morphological analysis of blood smear images, as it directly impacts the accuracy of various operations like cell count determination and disease detection. However, existing computerized methods for cell segmentation have not been able to achieve the same level of accuracy as expert histopathologists. This is due to the inherent challenges posed by the diverse shapes, sizes, and morphological characteristics of blood cells, the presence of clumped regions, and variations in slide preparation. To address this issue, we propose a double encoder-decoder network called "LeukoSegmenter" that focuses on segmenting leukocytes and diagnosing diseases like leukemia. The LeukoSegmenter network architecture consists of two encoder-decoder pairs (EDPs) of U-Nets cascaded in series. The cascading design refines pixel-level information, enhancing feature extraction while avoiding overfitting. Each EDP adopts a modified U-Net architecture with ResNet18 as the encoder, leveraging transfer learning to extract hierarchical features efficiently. Skip connections within the U-Net preserve fine details and improve gradient flow. The decoder upscales feature maps using transposed convolutions, restoring spatial resolution and generating a coarse segmentation map in the first EDP. This output is concatenated with the original image and passed to the second EDP. This approach enables the latter EDP to specifically concentrate on leukocytes while disregarding other blood cells and debris, thereby enhancing the segmentation accuracy. The proposed method achieves DICE scores of 95.19%, 94.20%, and 95.71%; IoU of 92.68%, 94.82%, and 94.24%; precision of 96.58%, 95.29%, and 94.45%; and accuracy of 95.77%, 94.22%, and 93.55% on ALL-IDB1, LISC, and Cellavision datasets, respectively. The model also demonstrated resilience to different types of noise and blurring effects.

    2026INTERNATIONAL JOURNAL OF INFORMATION TECHNOLOGY & DECISION MAKING(2026)引用:1
    引用
    AI阅读
    加入学术空间
    5Accurate and Scalable Matrix Mechanisms Via Divide and Conquer
    Guanlin He,Yingtai Xiao, Jiamu Bai, Xin Gu,Zeyu Ding,Wenpeng Yin,Daniel Kifer

    Matrix mechanisms are often used to provide unbiased differentially private query answers when publishing statistics or creating synthetic data. Recent work has developed matrix mechanisms, such as ResidualPlanner and Weighted Fourier Factorizations, that scale to high dimensional datasets while providing optimality guarantees for workloads such as marginals and circular product queries. They operate by adding noise to a linearly independent set of queries that can compactly represent the desired workloads. In this paper, we present QuerySmasher, an alternative scalable approach based on a divide-and-conquer strategy. Given a workload that can be answered from various data marginals, QuerySmasher splits each query into sub-queries and re-assembles the pieces into mutually orthogonal sub-workloads. These sub-workloads represent small, low-dimensional problems that can be independently and optimally answered by existing low-dimensional matrix mechanisms. QuerySmasher then stitches these solutions together to answer queries in the original workload. We show that QuerySmasher subsumes prior work, like ResidualPlanner (RP), ResidualPlanner+ (RP+), and Weighted Fourier Factorizations (WFF). We prove that it can dominate those approaches, under sum squared error, for all workloads. We also experimentally demonstrate the scalability and accuracy of QuerySmasher.

    2026引用:1
    引用
    AI阅读
    加入学术空间
    立即登录,查看全部 1075 篇论文

    合作机构(100)

    French National Institute for Industrial Environment and Risks合作论文 23
    Electronic Concepts and Engineering (United States)合作论文 18
    维洛尔理工学院合作论文 12
    Patel College of Science & Technology合作论文 10
    SRM Institute of Science and Technology合作论文 9
    格鲁吉亚国立亚热带农业大学合作论文 7
    VNR Vignana Jyothi Institute of Engineering and Technology合作论文 6
    École des Mines de Douai合作论文 6
    Institut National de la Recherche Agronomique合作论文 5
    Jawaharlal Nehru Technological University, Kakinada合作论文 5

    机构统计