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

    Centro Tecnolóxico de Telecomunicacións de Galicia

    EST. 2007
    51论文总数
    1,879引用总数

    论文量&引用量时间轴

    机构学者

    排序
    Gonzalez-Castano, F.J.
    Gonzalez-Castano, F.J.
    Departamento de Ingenieria Telematica, Vigo Univ.;c;Departamento de Ingenieria Telematica, Vigo Univ.
    论文:7引用:0H-index:0
    Ines Ortega Fernandez
    Ines Ortega Fernandez
    Galician Research and Development Center in Advanced Telecommunications
    论文:5引用:0H-index:0
    Daniel González-Jiménez
    Daniel González-Jiménez
    Departamento de Teoría de la Señal y Comunicaciones, Universidad de Vigo
    论文:4引用:0H-index:0
    Luis Pérez Freire
    Luis Pérez Freire
    Gradiant
    论文:3引用:0H-index:0
    F. Gil-Castiñeira
    F. Gil-Castiñeira
    Departamento de Ingeniería Telemática, Universidad de Vigo
    论文:3引用:0H-index:0
    Marta Sestelo
    Marta Sestelo
    University of Vigo
    论文:3引用:0H-index:0
    Roberto Javier López-Sastre
    Roberto Javier López-Sastre
    GRAM, Univ Alcala De Henares
    论文:3引用:0H-index:0
    Jose Luis Alba-Castro
    Jose Luis Alba-Castro
    Univ Vigo
    论文:3引用:0H-index:0
    Felipe Gomez-Cuba
    Felipe Gomez-Cuba
    AtlantTIC, University of Vigo
    论文:2引用:0H-index:0

    论文(51)

    年份
    起
    –
    止
    排序
    1Privacy-Preserving and Verifiable Approximate Distributed Coded Computing
    Xavier Martínez-Luaña, Alba Gude-Santos,Manuel Fernández-Veiga,Rebeca P. Díaz-Redondo

    Distributed machine learning enables collaborative model training without centralizing data, but it also exposes learning processes to privacy leakage and malicious manipulation. Existing defenses typically address these threats in isolation and are often tailored to specific learning paradigms or model architectures, limiting their applicability in realistic deployments. In particular, federated learning and decentralized learning exhibit distinct adversarial surfaces that are rarely addressed within a unified framework. In this paper, we present a model-agnostic framework for adversary-resistant distributed learning that jointly addresses privacy preservation and malicious behavior across both federated and decentralized settings. Our approach combines paradigm-specific defense mechanisms with GPBACC, a privacy-enhancing coded computing technique applicable to arbitrary machine learning models. For federated learning, we integrate robust aggregation strategies to mitigate the impact of malicious participants, while for decentralized learning we employ approximate decode-and-compare and group testing techniques to enable lightweight verification and adversary isolation without relying on a trusted aggregator. Crucially, we evaluate the proposed framework through an explicit, attack-driven analysis. We implement representative privacy attacks and malicious behaviors, and empirically demonstrate that the combination of GPBACC with robust aggregation and verification mechanisms significantly reduces privacy leakage and improves resilience against active adversaries. These results suggest that privacy-enhancing coded computing, when combined with appropriate adversary-resistance strategies, provides a practical and deployable foundation for secure distributed machine learning.

    2026
    引用
    AI阅读
    加入学术空间
    2ExpliCIT-QA: Explainable Code-Based Image Table Question Answering
    Maximiliano Hormazábal Lagos, Álvaro Bueno Sáez, Pedro Alonso Doval, Jorge Alcalde Vesteiro, Héctor Cerezo-Costas

    We present ExpliCIT-QA, a system that extends our previous MRT approach for tabular question answering into a multimodal pipeline capable of handling complex table images and providing explainable answers. ExpliCIT-QA follows a modular design, consisting of: (1) Multimodal Table Understanding, which uses a Chain-of-Thought approach to extract and transform content from table images; (2) Language-based Reasoning, where a step-by-step explanation in natural language is generated to solve the problem; (3) Automatic Code Generation, where Python/Pandas scripts are created based on the reasoning steps, with feedback for handling errors; (4) Code Execution to compute the final answer; and (5) Natural Language Explanation that describes how the answer was computed. The system is built for transparency and auditability: all intermediate outputs, parsed tables, reasoning steps, generated code, and final answers are available for inspection. This strategy works towards closing the explainability gap in end-to-end TableVQA systems. We evaluated ExpliCIT-QA on the TableVQA-Bench benchmark, comparing it with existing baselines. We demonstrated improvements in interpretability and transparency, which open the door for applications in sensitive domains like finance and healthcare where auditing results are critical. Code available at https://github.com/maxhormazabal/ExpliCIT .

    2025Progress in Artificial Intelligence(2025)引用:1
    引用
    AI阅读
    加入学术空间
    3An Agentic Framework for Rapid Deployment of Edge AI Solutions in Industry 5.0
    Jorge Martinez-Gil,Mario Pichler, Nefeli Bountouni, Sotiris Koussouris, Marielena Márquez Barreiro,Sergio Gusmeroli

    We present a novel framework for Industry 5.0, simplifying AI model deployment on edge devices across industrial environments. The design minimizes latency, prevents external data transfer, and supports real-time processing through local inference. Utilizing an agent-based approach, it delegates specific tasks to individual agents-human, algorithmic, or collaborative-providing flexibility and straightforward integration. Modular integration and low resource requirements enhance system adaptability. Preliminary evaluations in the food industry demonstrate significant improvements in deployment time and adaptability. Source code is publicly available at https://github.com/AI-REDGIO-5-0/ci-com ponent.

    2025Hybrid Human-AI Collaborative Networks(2025)引用:1
    引用
    AI阅读
    加入学术空间
    4An Efficient Gradient-Based Inference Attack for Federated Learning
    Pablo Montaña-Fernández, Ines Ortega-Fernandez

    Federated Learning is a machine learning setting that reduces direct data exposure, improving the privacy guarantees of machine learning models. Yet, the exchange of model updates between the participants and the aggregator can still leak sensitive information. In this work, we present a new gradient-based membership inference attack for federated learning scenarios that exploits the temporal evolution of last-layer gradients across multiple federated rounds. Our method uses the shadow technique to learn round-wise gradient patterns of the training records, requiring no access to the private dataset, and is designed to consider both semi-honest and malicious adversaries (aggregators or data owners). Beyond membership inference, we also provide a natural extension of the proposed attack to discrete attribute inference by contrasting gradient responses under alternative attribute hypotheses. The proposed attacks are model-agnostic, and therefore applicable to any gradient-based model and can be applied to both classification and regression settings. We evaluate the attack on CIFAR-100 and Purchase100 datasets for membership inference and on Breast Cancer Wisconsin for attribute inference. Our findings reveal strong attack performance and comparable computational and memory overhead in membership inference when compared to another attack from the literature. The obtained results emphasize that multi-round federated learning can increase the vulnerability to inference attacks, that aggregators pose a more substantial threat than data owners, and that attack performance is strongly influenced by the nature of the training dataset, with richer, high-dimensional data leading to stronger leakage than simpler tabular data.

    2025CoRR(2025)
    引用
    AI阅读
    加入学术空间
    5Spatially Grounded Explanations in Vision Language Models for Document Visual Question Answering
    Maximiliano Hormazábal, Héctor Cerezo-Costas,Dimosthenis Karatzas

    We introduce EaGERS, a fully training-free and model-agnostic pipeline that (1) generates natural language rationales via a vision language model, (2) grounds these rationales to spatial sub-regions by computing multimodal embedding similarities over a configurable grid with majority voting, and (3) restricts the generation of responses only from the relevant regions selected in the masked image. Experiments on the DocVQA dataset demonstrate that our best configuration not only outperforms the base model on exact match accuracy and Average Normalized Levenshtein Similarity metrics but also enhances transparency and reproducibility in DocVQA without additional model fine-tuning. Code available at: https://github.com/maxhormazabal/EaGERS-DVQA

    2025Experimental IR Meets Multilinguality, Multimodality, and Interaction(2025)
    引用
    AI阅读
    加入学术空间
    立即登录,查看全部 51 篇论文

    合作机构(57)

    维戈大学合作论文 15
    Graduate School USA合作论文 3
    马德里康普顿斯大学合作论文 2
    惠普实验室合作论文 2
    巴塞罗那自治大学合作论文 2
    萨兰托大学合作论文 1
    马里博尔大学合作论文 1
    阿威罗大学合作论文 1
    阿尔卡特朗讯合作论文 1
    乌尔姆大学医院合作论文 1

    机构统计