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

    École Nationale Supérieure d'Informatique

    院校EST. 1969
    1,614论文总数
    1.2万引用总数

    论文量&引用量时间轴

    机构学者

    排序
    Pierre Marquis
    Pierre Marquis
    Centre de Recherche en Informatique de Lens, Faculte des Sciences Jean Perrin, Universite d'Artois
    论文:41引用:0H-index:0
    Camille Salinesi
    Camille Salinesi
    Université Paris 1 - Sorbonne
    论文:34引用:0H-index:0
    Colette Rolland-Benci
    Colette Rolland-Benci
    Centre de Recherche en Informatique, Université de Paris 1 Panthéon-Sorbonne
    论文:29引用:0H-index:0
    Olivier Haeberlé
    Olivier Haeberlé
    Institut de Recherche en Informatique, Mathematiques, Automatique et Signal, Universite de Haute-Alsace
    论文:21引用:0H-index:0
    Selmin Nurcan Lakhdari
    Selmin Nurcan Lakhdari
    Centre de Recherche en Informatique, University Paris 1 Panthéon-Sorbonne
    论文:20引用:0H-index:0
    Sébastien Konieczny
    Sébastien Konieczny
    Centre de Recherche en Informatique de Lens
    论文:20引用:0H-index:0
    Salem Benferhat
    Salem Benferhat
    Centre de Recherche en Informatique de Lens, University of Artois
    论文:19引用:0H-index:0
    Patrick Bas
    Patrick Bas
    Institut des Sciences de l'Information et de Leurs Interactions, French National Centre for Scientific Research
    论文:18引用:0H-index:0
    Jean-Marie Lagniez
    Jean-Marie Lagniez
    Artois University
    论文:16引用:0H-index:0

    论文(1613)

    年份
    起
    –
    止
    排序
    1Design of Poisoning Attacks on Linear Regression Using Bilevel Optimization
    Zeynep Şuvak,Miguel F. Anjos,Luce Brotcorne,Diego Cattaruzza

    Poisoning attack is one of the attack types commonly studied in the field of adversarial machine learning. The adversary generating poison attacks is assumed to have access to the training process of a machine learning algorithm and aims to prevent the algorithm from functioning properly by injecting manipulative data while the algorithm is being trained. In this work, our focus is on poisoning attacks against linear regression models which target to weaken the prediction power of the attacked regression model. We propose a bilevel optimization problem to model this adversarial process between the attacker generating poisoning attacks and the learner which tries to learn the best predictive regression model. We give an alternative single level optimization problem by benefiting from the optimality conditions of the learner’s problem. A commercial solver is used to solve the resulting single level optimization problem where we generate the whole set of poisoning attack samples at once. Besides, an iterative approach that allows to determine only a portion of poisoning attack samples at every iteration is introduced. The proposed attack strategies are shown to be superior than a benchmark algorithm from the literature by carrying out extensive experiments on two realistic datasets.

    2026Fields Institute Communications Data Science and Optimization(2026)引用:6
    引用
    AI阅读
    加入学术空间
    2Dependent Coeffects for Local Sensitivity Analysis
    Victor Sannier, Patrick Baillot

    Differential privacy is a formal definition of privacy that bounds the maximum acceptable information leakage when a query is performed on sensitive data. To ensure this property, a key technique involves bounding the query's sensitivity (how much input variations affect the output) and adding noise to the result according to this quantity. While prior work like the Fuzz type system focuses on global sensitivity, many useful queries have infinite global sensitivity, restricting the scope of such approaches. This limitation can be addressed by considering a more fine-grained measure: local sensitivity, which quantifies output change for inputs adjacent to a specific dataset. In this article, we introduce Local Fuzz, a type system with dependent coeffects designed to bound the local sensitivity of programs written in a simple functional language. We provide a denotational semantics for this system in the category of extended premetric spaces, leveraging the recently introduced construction of a dependently graded comonad. Finally, we illustrate how Local Fuzz can lead to better differential privacy guarantees than Fuzz, both for mechanisms that rely on global sensitivity and for those that leverage local sensitivity, such as the Propose-Test-Release framework.

    2026PROCEEDINGS OF THE ACM ON PROGRAMMING LANGUAGES-PACMPL(2026)引用:3
    引用
    AI阅读
    加入学术空间
    3Maximal Consistent Subsystems of Max-T Fuzzy Relational Equations
    Ismaïl Baaj

    In this article, we study the inconsistency of a system of $\max-T$ fuzzy relational equations of the form $A \Box_{T}^{\max} x = b$, where $T$ is a t-norm among $\min$, the product or Lukasiewicz's t-norm. For an inconsistent $\max-T$ system, we directly construct a canonical maximal consistent subsystem (w.r.t the inclusion order). The main tool used to obtain it is the analytical formula which compute the Chebyshev distance $\Delta = \inf_{c \in \mathcal{C}} \Vert b - c \Vert$ associated to the inconsistent $\max-T$ system, where $\mathcal{C}$ is the set of second members of consistent systems defined with the same matrix $A$. Based on the same analytical formula, we give, for an inconsistent $\max-\min$ system, an efficient method to obtain all its consistent subsystems, and we show how to iteratively get all its maximal consistent subsystems.

    20262026 IEEE International Conference on Fuzzy Systems (FUZZ-IEEE)(2026)引用:1
    引用
    AI阅读
    加入学术空间
    4Validated Numerical Hensel Lifting
    Florent Bréhard, Jasmin Krüger,Adrien Poteaux, Arthur Vinciguerra

    We propose three floating-point validated algorithms to compute respectively fast inversion, Euclidean division and Hensel lifting over ℂ[[x]][y] . This is the second step (after Bréhard, Poteaux and Soudant in ISSAC 2023) towards a validated numerical Newton–Puiseux algorithm, and will also be useful towards a validated OM-algorithm over ℂ[[x]][y] . Our strategy is simply to first compute a floating-point approximation using the classical algorithm, then to a posteriori validate the result using a Newton-like fixed-point operator. We also provide a prototype Julia implementation of these algorithms and several examples.

    2026Mathematics in Computer Science(2026)
    引用
    AI阅读
    加入学术空间
    5RL-Guided Pruning of CNNs Using Graph Embeddings
    Amrouche Karima, Ait Ali Yahia, Yacine, Kherroubi, Ilhem

    This paper presents a novel method for compressing Convolutional Neural Networks (CNNs) to enable efficient deployment on low-capacity devices. The proposed approach combines neural network pruning with reinforcement learning (RL) and graph embedding. Each network is represented as a computational graph, and Graph Convolutional Networks (GCNs) are utilized to learn graph-level embeddings that inform pruning decisions. By applying Proximal Policy Optimization (PPO), we automate the selection of layer-wise pruning ratios, eliminating the need for manual tuning. Experiments on ResNet-34 and VGG-19, trained on the CIFAR-10 dataset, demonstrate that our method achieves up to 80% compression while maintaining or improving model accuracy through post-pruning rewinding. We evaluated both structured and unstructured pruning strategies, analyzing the trade-offs in accuracy, FLOPs, parameter count, and inference time

    2025Zenodo (CERN European Organization for Nuclear Research)(2025)
    引用
    AI阅读
    加入学术空间
    立即登录,查看全部 1613 篇论文

    合作机构(100)

    法国国家科学研究中心合作论文 45
    里尔大学合作论文 28
    巴黎第一大学合作论文 20
    法国国立计算机科学及自动化研究院合作论文 16
    巴黎第十一大学合作论文 16
    普林斯顿大学合作论文 15
    波特兰州立大学合作论文 14
    雷恩第一大学合作论文 14
    新加坡国立大学合作论文 14
    Computer Science Laboratory of Lille合作论文 11

    机构统计