Christine Largeron

dblp:l/ChristineLargeron · also Christine Largeron-Leténo · DBLP profile ↗
← Back
34ranked-venue papers in the field
4as first author
9since 2021 · last 2026
0000-0003-1059-4095ORCID · verified

Domains — venue-derived; a paper can count in several

Data Mining & Knowledge Discovery · 24 (3 first)Other / Interdisciplinary · 7Information Retrieval & Web Search · 2Knowledge Engineering, Semantic Web & Information Systems · 1 (1 first)
YearPublicationVenuePosition
2026 Drop the Mask! GAMM - A Taxonomy for Graph Attributes Missing Mechanisms
Richard Serrano, Baptiste Jeudy, Charlotte Laclau, Christine Largeron
IDA4
2025 Enhancing Algorithms with LLMs: A Case Study
Yashar Talebirad, Amirhossein Nadiri, Osmar R. Zaïane, Christine Largeron
iiWAS4
2025 Pattern-Based Graph Classification: Comparison of Quality Measures and Importance of Preprocessing
abstract
Graph classification aims to categorize graphs based on their structural and attribute features, with applications in diverse fields such as social network analysis and bioinformatics. Among the methods proposed to solve this task, those relying on patterns (i.e., subgraphs) provide good explainability, as the patterns used for classification can be directly interpreted. To identify meaningful patterns, a standard approach is to use a quality measure, i.e., a function that evaluates the discriminative power of each pattern. However, the literature provides tens of such measures, making it difficult to select the most appropriate for a given application. Only a handful of surveys try to provide some insight by comparing these measures, and none of them specifically focuses on graphs. This typically results in the systematic use of the most widespread measures, without thorough evaluation. To address this issue, we present a comparative analysis of 38 quality measures from the literature. We characterize them theoretically, based on four mathematical properties. We leverage publicly available datasets to constitute a benchmark, and propose a method to elaborate a gold standard ranking of the patterns. We exploit these resources to perform an empirical comparison of the measures, both in terms of pattern ranking and classification performance. Moreover, we propose a clustering-based preprocessing step, which groups patterns appearing in the same graphs to enhance classification performance. Our experimental results demonstrate the effectiveness of this step, reducing the number of patterns to be processed while achieving comparable performance. Additionally, we show that some popular measures widely used in the literature are not associated with the best results.
Lucas Potin, Rosa Figueiredo 0001, Vincent Labatut, Christine Largeron
ACM Trans. Knowl. Discov. Data4
2024 Variational Perspective on Fair Edge Prediction
Antoine Gourru, Charlotte Laclau, Manvi Choudhary, Christine Largeron
IDA (1)4
2024 Reconstructing the Unseen: GRIOT for Attributed Graph Imputation with Optimal Transport
abstract
In recent years, there has been a significant surge in machine learning techniques, particularly in the domain of deep learning, tailored for handling attributed graphs. Nevertheless, to work, these methods assume that the attributes values are fully known, which is not realistic in numerous real-world applications. This paper explores the potential of Optimal Transport (OT) to impute missing attributes on graphs. To proceed, we design a novel multi-view OT loss function that can encompass both node feature data and the underlying topological structure of the graph by utilizing multiple graph representations. We then utilize this novel loss to train efficiently a Graph Convolutional Neural Network (GCN) architecture capable of imputing all missing values over the graph at once. We evaluate the interest of our approach with experiments both on synthetic data and real-world graphs, including different missingness mechanisms and a wide range of missing data. These experiments demonstrate that our method is competitive with the state-of-the-art in all cases and of particular interest on weakly homophilic graphs.
Richard Serrano, Charlotte Laclau, Baptiste Jeudy, Christine Largeron
ECML/PKDD (6)4
2024 Uncovering Flat and Hierarchical Topics by Community Discovery on Word Co-occurrence Network
abstract
Topic modeling aims to discover latent themes in collections of text documents. It has various applications across fields such as sociology, opinion analysis, and media studies. In such areas, it is essential to have easily interpretable, diverse, and coherent topics. An efficient topic modeling technique should accurately identify flat and hierarchical topics, especially useful in disciplines where topics can be logically arranged into a tree format. In this paper, we propose Community Topic, a novel algorithm that exploits word co-occurrence networks to mine communities and produces topics. We also evaluate the proposed approach using several metrics and compare it with usual baselines, confirming its good performances. Community Topic enables quick identification of flat topics and topic hierarchy, facilitating the on-demand exploration of sub- and super-topics. It also obtains good results on datasets in different languages.
Eric Austin, Shraddha Makwana, Amine Trabelsi, Christine Largeron, Osmar R. Zaïane
Data Sci. Eng.4
2023 USIWO: A Local Community Search Algorithm for Uncertain Graphs
abstract
Community detection and community search are both critical tasks in graph mining, each serving unique purposes and presenting distinct challenges. The former aims to partition the graph vertices into densely connected subsets, while the latter adopts a more ego-centric approach, focusing on a specific node or group of nodes to identify a densely-connected subgraph that contains these query nodes. However, many real-world networks are characterized by uncertainty, leading to the notion of uncertain or probabilistic graphs. The transition from deterministic graphs to uncertain graphs introduces new challenges. We present USIWO, an efficient and practical solution for community search in unweighted uncertain graphs with edge uncertainty. In addition to being accurate, the approach utilizes an efficient data structure for storing only the relevant parts of the network in main memory, eliminating the need to store the entire graph, making it a valuable tool in finding the core of a community on very large uncertain graphs, when there is limited time and memory available. The algorithm operates through a one-node-expansion approach, based on the concepts of strong and weak links within a graph. Experimental results on several datasets demonstrate the algorithm's efficiency and performance.
Yashar Talebirad, Mohammadmahdi Zafarmand, Osmar R. Zaïane, Christine Largeron
ASONAM4
2021 Linking the Dynamics of User Stance to the Structure of Online Discussions
Christine Largeron, Andrei Mardale, Marian-Andrei Rizoiu
IDA1
2021 Detection of Contextual Anomalies in Attributed Graphs
Rémi Vaudaine, Baptiste Jeudy, Christine Largeron
IDA3
2020 Addressing the Resolution Limit and the Field of View Limit in Community Mining
abstract
We introduce a novel efficient approach for community detection based on a formal definition of the notion of community. We name the links that run between communities weak links and links being inside communities strong links. We put forward a new objective function, called SIWO (Strong Inside, Weak Outside) which encourages adding strong links to the communities while avoiding weak links. This process allows us to effectively discover communities in social networks without the resolution and field of view limit problems some popular approaches suffer from. The time complexity of this new method is linear in the number of edges. We demonstrate the effectiveness of our approach on various real and artificial datasets with large and small communities.
Shiva Zamani Gharaghooshi, Osmar R. Zaïane, Christine Largeron, Mohammadmahdi Zafarmand
IDA3
2020 A Late-Fusion Approach to Community Detection in Attributed Networks
abstract
The majority of research on community detection in attributed networks follows an “early fusion” approach, in which the structural and attribute information about the network are integrated together as the guide to community detection. In this paper, we propose an approach called late-fusion , which looks at this problem from a different perspective. We first exploit the network structure and node attributes separately to produce two different partitionings. Later on, we combine these two sets of communities via a fusion algorithm, where we introduce a parameter for weighting the importance given to each type of information: node connections and attribute values. Extensive experiments on various real and synthetic networks show that our late-fusion approach can improve detection accuracy from using only network structure. Moreover, our approach runs significantly faster than other attributed community detection algorithms including early fusion ones.
Christine Largeron, Osmar R. Zaïane, Shiva Zamani Gharaghooshi
IDA2
2020 Enhanced Word Embeddings for Anorexia Nervosa Detection on Social Media
abstract
Anorexia Nervosa (AN) is a serious mental disorder that has been proved to be traceable on social media through the analysis of users’ written posts. Here we present an approach to generate word embeddings enhanced for a classification task dedicated to the detection of Reddit users with AN. Our method extends Word2vec ’s objective function in order to put closer domain-specific and semantically related words. The approach is evaluated through the calculation of an average similarity measure, and via the usage of the embeddings generated as features for the AN screening task. The results show that our method outperforms the usage of fine-tuned pre-learned word embeddings, related methods dedicated to generate domain adapted embeddings, as well as representations learned on the training set using Word2vec . This method can potentially be applied and evaluated on similar tasks that can be formalized as document categorization problems. Regarding our use case, we believe that this approach can contribute to the development of proper automated detection tools to alert and assist clinicians.
Diana Ramírez-Cifuentes, Christine Largeron, Julien Tissier, Ana Freire, Ricardo Baeza-Yates
IDA2
2020 Comparing the Preservation of Network Properties by Graph Embeddings
abstract
Graph embedding is a technique which consists in finding a new representation for a graph usually by representing the nodes as vectors in a low-dimensional real space. In this paper, we compare some of the best known algorithms proposed over the last few years, according to four structural properties of graphs: first-order and second-order proximities, isomorphic equivalence and community membership. To study the embedding algorithms, we introduced several measures. We show that most of the algorithms are able to recover at most one of the properties and that some algorithms are more sensitive to the embedding space dimension than some others.
Rémi Vaudaine, Rémy Cazabet, Christine Largeron
IDA3
2020 Lexifield: a system for the automatic building of lexicons by semantic expansion of short word lists
Suzanne Mpouli, Michel Beigbeder, Christine Largeron
Knowl. Inf. Syst.3
2018 Towards Automatic Complex Feature Engineering
Françoise Fogelman-Soulié, Christine Largeron
WISE (2)3
2017 A Study of Stochastic Mixed Membership Models for Link Prediction in Social Networks
abstract
We assess here whether standard stochastic mixed membership models are adapted for link prediction in social networks by studying how they handle homophily and preferential attachment. According to the homophily hypothesis, two vertices are more likely to be connected if they share common characteristics whereas preferential attachment states that a vertex prefers to join the more connected nodes existing in the network. To study these properties, we first introduce formal definitions of these phenomena; we then study how stochastic mixed membership models relate to these definitions. Our theoretical analysis reveals that standard stochastic mixed membership models comply with homophily with the similarity that underlies them. For preferential attachment, the situation is more contrasted: if these models do not comply with global preferential attachment, their compliance to local preferential attachment depends on whether the memberships to latent factors are hard or soft, and in the latter case on whether the underlying latent factor distribution is bursty or not. We illustrate these elements on synthetic and real networks by using the generative properties of Bayesian model.
Adrien Dulac, Éric Gaussier, Christine Largeron
DSAA3
2017 A Machine Learning System for Assisting Neophyte Researchers in Digital Libraries
abstract
Although existing digital libraries such as Google Scholar and CiteSeerX propose advanced search functionalities, they do not take into consideration whether the user is new or specialized in the research domain of his query. As a result, neophytes can spend a lot of time checking documents that are not adapted to their initial information need. In this paper, we propose NeoTex, a machine learning based approach that combines content-based retrieval and citation graph measures to propose documents adapted to new researchers. The contributions of our work are: designing a model for scientific retrieval suited to neophytes, defining an evaluation protocol with realistic ground truths, and testing the model on a large real collection from a national digital library.
Bissan Audeh, Michel Beigbeder, Christine Largeron
ICDAR3
2017 Discovering Motifs with Variants in Music Databases
Riyadh Benammar, Christine Largeron, Véronique Eglin, Mylène Pardoen
IDA2
2017 DANCer: dynamic attributed networks with community structure generation
Christine Largeron, Pierre-Nicolas Mougel, Oualid Benyahia, Osmar R. Zaïane
Knowl. Inf. Syst.1
2016 DANCer: Dynamic Attributed Network with Community Structure Generator
Oualid Benyahia, Christine Largeron, Baptiste Jeudy, Osmar R. Zaïane
ECML/PKDD (3)2
2015 Centrality for graphs with numerical attributes
abstract
Identification of important actors in social networks is a hard task but with various interesting applications such as in information recommendation or for viral marketing. Existing centrality measures evaluate the importance of an actor in considering only the structural positions regardless of prior information on these actors such as their popularity, accessibility or behavior. A few measures have been proposed for weighted networks, notably the three common measures of centrality: degree, closeness, and betweenness. However, these extended versions have solely focused on the weights of ties and not on the attributes of nodes. This article proposes generalizations that combine these both aspects. We present a set of measures, based on conventional centrality indicators, suited to weighted attributed graphs where the nodes are characterized by attributes. We illustrate the benefits of this approach on real attributed graphs. Experiments have validated the contribution of the links weights and attributes, especially for the detection of information broadcasters in social networks.
Oualid Benyahia, Christine Largeron
ASONAM2
2015 Author identification by automatic learning
abstract
The problem of author identification can be defined in the following way: given a set of documents written by an author and a new document, we have to decide if this last one was written or not by the same author as the other documents. For solving this problem we have suggested and implemented various approaches: counting method, vote technique and supervised learning which explore several models of document representation. The experiences carried out using the collections of PAN-CLEF 2014 challenge have confirmed the interest of our approaches as well as their performance in terms of running time.
Jordan Fréry, Christine Largeron, Mihaela Juganaru-Mathieu
ICDAR2
2015 I-Louvain: An Attributed Graph Clustering Method
David Combe, Christine Largeron, Mathias Géry, Elöd Egyed-Zsigmond
IDA2
2015 Using proximity and tag weights for focused retrieval in structured documents
Michel Beigbeder, Mathias Géry, Christine Largeron
Knowl. Inf. Syst.3
2014 A Novel Learning-Free Word Spotting Approach Based on Graph Representation
abstract
Effective information retrieval on handwritten document images has always been a challenging task. In this paper, we propose a novel handwritten word spotting approach based on graph representation. The presented model comprises both topological and morphological signatures of handwriting. Skeleton-based graphs with the Shape Context labelled vertexes are established for connected components. Each word image is represented as a sequence of graphs. In order to be robust to the handwriting variations, an exhaustive merging process based on DTW alignment result is introduced in the similarity measure between word images. With respect to the computation complexity, an approximate graph edit distance approach using bipartite matching is employed for graph matching. The experiments on the George Washington dataset and the marriage records from the Barcelona Cathedral dataset demonstrate that the proposed approach outperforms the state-of-the-art structural methods.
Peng Wang 0006, Véronique Eglin, Christophe Garcia, Christine Largeron, Josep Lladós 0001, Alicia Fornés
Document Analysis Systems4
2013 A Comprehensive Representation Model for Handwriting Dedicated to Word Spotting
abstract
In this paper, we propose an original representation model for handwriting document images. Most state-of-the-art handwriting representation models only use separately textural properties, selective dominant features (such as stroke orientation or gradient orientation) or structural properties. To avoid the drawbacks of using the properties from a single aspect, we design a comprehensive model that contains both morphological and topological information of handwriting. After interest points (the starting/ending points, branch points and high-curved points) are selected, an adapted version of Shape Context (SC) descriptor built on the interest points is employed to describe the contour of the text. In order to model the structural characteristics of the handwritten text, a graph is constructed based on the interest points and the skeleton of the text. With the graph, loops and specific strokes in the handwriting are detected and analyzed. Based on this model, a coarse-to-fine approach for word spotting application is introduced. Without segmenting texts into words, a group of regions of interest are selected by comparing textural features (orientation, projection profile, upper and lower border projection) using the DTW method. Afterwards, regions of interest and queries are represented by the proposed model. The final similarity measure is a weighted mixture of the SC cost, loop difference, stroke analysis and texture comparison with different weights. The validation of the model shows the significance of combining the various properties of the handwriting envisaged in its different aspects.
Peng Wang 0006, Véronique Eglin, Christophe Garcia, Christine Largeron, Antony McKenna
ICDAR4
2012 Getting Clusters from Structure Data and Attribute Data
abstract
If the clustering task is widely studied both in graph clustering and in non supervised learning, combined clustering which exploits simultaneously the relationships between the vertices and attributes describing them, is quite new. In this paper, we present different scenarios for this task and, we evaluate their performances and their results on a dataset, with ground truth, built from several sources and containing a scientific social network in which textual data is associated to each vertex and the classes are known. We argue that, depending on the kind of data we have and the type of results we want, the choice of the clustering method is important and we present some concrete examples for underlining this.
David Combe, Christine Largeron, Elöd Egyed-Zsigmond, Mathias Géry
ASONAM2
2012 Combining Relations and Text in Scientific Network Clustering
abstract
In this paper, we present different combined clustering methods and we evaluate their performances and their results on a dataset with ground truth. This dataset, built from several sources, contains a scientific social network in which textual data is associated to each vertex and the classes are known. Indeed, while the clustering task is widely studied both in graph clustering and in non supervised learning, combined clustering which exploits simultaneously the relationships between the vertices and attributes describing them, is quite new. We argue that, depending on the kind of data we have and the type of results we want, the choice of the clustering method is important and we present some concrete examples for underlining this.
David Combe, Christine Largeron, Elöd Egyed-Zsigmond, Mathias Géry
ASONAM2
2012 MCut: A Thresholding Strategy for Multi-label Classification
Christine Largeron, Christophe Moulin, Mathias Géry
IDA1
2012 BM25t: a BM25 extension for focused information retrieval
Mathias Géry, Christine Largeron
Knowl. Inf. Syst.2
2008 Integrating Structure in the Probabilistic Model for Information Retrieval
abstract
In databases or in the World Wide Web, many documents are in a structured format (e.g. XML). We propose in this article to extend the classical IR probabilistic model in order to take into account the structure through the weighting of tags. Our approach includes a learning step in which the weight of each tag is computed. This weight estimates the probability that the tag distinguishes the terms which are the most relevant. Our model has been evaluated on a large collection during INEX IR evaluation campaigns.
Mathias Géry, Christine Largeron, Franck Thollard
Web Intelligence2
2004 Discovering Unexpected Information for Technology Watch
François Jacquenet, Christine Largeron
PKDD2
2002 A pretopological approach for structural analysis
Christine Largeron, Stéphane Bonnevay
Inf. Sci.1
1990 Discrimination by Optimizing a Local Consistency Criterion
A. Zighed, D. Tounissoux, J. P. Auray, Christine Largeron
IPMU4