VLDB 2026 Research / reviewers in the wild / expert
Mitra Baratchi
dblp:136/0123
· DBLP profile ↗
13ranked-venue papers in the field
1as first author
8since 2021 · last 2025
0000-0002-1279-9310ORCID · verified
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 9 (1 first)Database Systems & Data Management · 2Information Retrieval & Web Search · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | SiamCircle: Trajectory Representation Learning in Free Settings
Maedeh Nasri, Mitra Baratchi, Alexander Koutamanis, Carolien Rieffe |
IDA | 2 |
| 2025 | Overfitting in Combined Algorithm Selection and Hyperparameter Optimization
Sietse Schröder, Mitra Baratchi, Jan N. van Rijn |
IDA | 2 |
| 2024 | T-DANTE: Detecting Group Behaviour in Spatio-Temporal Trajectories Using Context Information
Maedeh Nasri, Thomas Maliappis, Carolien Rieffe, Mitra Baratchi |
IDA (2) | 4 |
| 2023 | A GNN-Based Architecture for Group Detection from Spatio-Temporal Trajectory Data
Maedeh Nasri, Zhizhou Fang, Mitra Baratchi, Gwenn Englebienne, Shenghui Wang 0001, Alexander Koutamanis, Carolien Rieffe |
IDA | 3 |
| 2022 | VPint: value propagation-based spatial interpolationabstractGiven the common problem of missing data in real-world applications from various fields, such as remote sensing, ecology and meteorology, the interpolation of missing spatial and spatio-temporal data can be of tremendous value. Existing methods for spatial interpolation, most notably Gaussian processes and spatial autoregressive models, tend to suffer from (a) a trade-off between modelling local or global spatial interaction, (b) the assumption there is only one possible path between two points, and (c) the assumption of homogeneity of intermediate locations between points. Addressing these issues, we propose a value propagation-based spatial interpolation method called VPint, inspired by Markov reward processes (MRPs), and introduce two variants thereof: (i) a static discount (SD-MRP) and (ii) a data-driven weight prediction (WP-MRP) variant. Both these interpolation variants operate locally, while implicitly accounting for global spatial relationships in the entire system through recursion. We evaluated our proposed methods by comparing the mean absolute error, root mean squared error, peak signal-to-noise ratio and structural similarity of interpolated grid cells to those of 8 common baselines. Our analysis involved detailed experiments on a synthetic and two real-world datasets, as well as experiments on convergence and scalability. Empirical results demonstrate the competitive advantage of VPint on randomly missing data, where it performed better than baselines in terms of mean absolute error and structural similarity, as well as spatially clustered missing data, where it performed best on 2 out of 3 datasets. Laurens Arp, Mitra Baratchi, Holger H. Hoos |
Data Min. Knowl. Discov. | 2 |
| 2022 | A Systematic Analysis on the Impact of Contextual Information on Point-of-Interest RecommendationabstractAs the popularity of Location-based Social Networks increases, designing accurate models for Point-of-Interest (POI) recommendation receives more attention. POI recommendation is often performed by incorporating contextual information into previously designed recommendation algorithms. Some of the major contextual information that has been considered in POI recommendation are the location attributes (i.e., exact coordinates of a location, category, and check-in time), the user attributes (i.e., comments, reviews, tips, and check-in made to the locations), and other information, such as the distance of the POI from user’s main activity location and the social tie between users. The right selection of such factors can significantly impact the performance of the POI recommendation. However, previous research does not consider the impact of the combination of these different factors. In this article, we propose different contextual models and analyze the fusion of different major contextual information in POI recommendation. The major contributions of this article are as follows: (i) providing an extensive survey of context-aware location recommendation; (ii) quantifying and analyzing the impact of different contextual information (e.g., social, temporal, spatial, and categorical) in the POI recommendation on available baselines and two new linear and non-linear models, which can incorporate all the major contextual information into a single recommendation model; and (iii) evaluating the considered models using two well-known real-world datasets. Our results indicate that while modeling geographical and temporal influences can improve recommendation quality, fusing all other contextual information into a recommendation model is not always the best strategy. Hossein A. Rahmani, Mohammad Aliannejadi, Mitra Baratchi, Fabio Crestani |
ACM Trans. Inf. Syst. | 3 |
| 2021 | Automated Machine Learning for Satellite Data: Integrating Remote Sensing Pre-trained Models into AutoML Systems
Nelly Rosaura Palacios Salinas, Mitra Baratchi, Jan N. van Rijn, Andreas Vollrath |
ECML/PKDD (5) | 2 |
| 2021 | MultiETSC: automated machine learning for early time series classificationabstractAbstract Early time series classification (EarlyTSC) involves the prediction of a class label based on partial observation of a given time series. Most EarlyTSC algorithms consider the trade-off between accuracy and earliness as two competing objectives, using a single dedicated hyperparameter. To obtain insights into this trade-off requires finding a set of non-dominated (Pareto efficient) classifiers. So far, this has been approached through manual hyperparameter tuning. Since the trade-off hyperparameters only provide indirect control over the earliness-accuracy trade-off, manual tuning is tedious and tends to result in many sub-optimal hyperparameter settings. This complicates the search for optimal hyperparameter settings and forms a hurdle for the application of EarlyTSC to real-world problems. To address these issues, we propose an automated approach to hyperparameter tuning and algorithm selection for EarlyTSC, building on developments in the fast-moving research area known as automated machine learning (AutoML). To deal with the challenging task of optimising two conflicting objectives in early time series classification, we propose MultiETSC, a system for multi-objective algorithm selection and hyperparameter optimisation (MO-CASH) for EarlyTSC. MultiETSC can potentially leverage any existing or future EarlyTSC algorithm and produces a set of Pareto optimal algorithm configurations from which a user can choose a posteriori. As an additional benefit, our proposed framework can incorporate and leverage time-series classification algorithms not originally designed for EarlyTSC for improving performance on EarlyTSC; we demonstrate this property using a newly defined, “naïve” fixed-time algorithm. In an extensive empirical evaluation of our new approach on a benchmark of 115 data sets, we show that MultiETSC performs substantially better than baseline methods, ranking highest (avg. rank 1.98) compared to conceptually simpler single-algorithm (2.98) and single-objective alternatives (4.36). Gilles Ottervanger, Mitra Baratchi, Holger H. Hoos |
Data Min. Knowl. Discov. | 2 |
| 2020 | Joint Geographical and Temporal Modeling Based on Matrix Factorization for Point-of-Interest Recommendation
Hossein A. Rahmani, Mohammad Aliannejadi, Mitra Baratchi, Fabio Crestani |
ECIR (1) | 3 |
| 2020 | Reconciling Predictions in the Regression Setting: An Application to Bus Travel Time PredictionabstractIn different application areas, the prediction of values that are hierarchically related is required. As an example, consider predicting the revenue per month and per year of a company where the prediction of the year should be equal to the sum of the predictions of the months of that year. The idea of reconciliation of prediction on grouped time-series has been previously proposed to provide optimal forecasts based on such data. This method in effect, models the time-series collectively rather than providing a separate model for time-series at each level. While originally, the idea of reconciliation is applicable on data of time-series nature, it is not clear if such an approach can also be applicable to regression settings where multi-attribute data is available. In this paper, we address such a problem by proposing Reconciliation for Regression (R4R), a two-step approach for prediction and reconciliation. In order to evaluate this method, we test its applicability in the context of Travel Time Prediction (TTP) of bus trips where two levels of values need to be calculated: (i) travel times of the links between consecutive bus-stops; and (ii) total trip travel time. The results show that R4R can improve the overall results in terms of both link TTP performance and reconciliation between the sum of the link TTPs and the total trip travel time. We compare the results acquired when using group-based reconciliation methods and show that the proposed reconciliation approach in a regression setting can provide better results in some cases. This method can be generalized to other domains as well. João Mendes-Moreira 0001, Mitra Baratchi |
IDA | 2 |
| 2020 | Dynamic macro scale traffic flow optimisation using crowd-sourced urban movement dataabstractUrban movement data as collected by location-based social networks provides valuable information about routes and specific roads that people are likely to drive on. This allows us to pinpoint roads that occur in many routes and are thus sensitive to congestion. Redistributing some of the traffic to avoid unnecessary use of these roads could be a key factor in improving traffic flow. Many of the previously proposed approaches to combat congestion are either static (e.g. a city tax) or do not incorporate any movement data and hence ignore how citizens use the infrastructure. In this work, we present a method to redistribute traffic through the introduction of externally imposed variable costs to each road segment, assuming that all drivers seek to drive the cheapest route. We propose using a metaheuristic optimisation approach to minimise total travel times by optimising a set of road-specific variable cost parameters, which are used as input for an objective function based on Greenshields traffic flow theory. We evaluate the performance of this approach within the context of a case study on the city centre of Tokyo. An optimisation scenario was defined for this city using public spatial road network data, and movement data acquired from Foursquare. Experimental results on this case study show that, depending on the amount of cars on the road network, our proposed method has the potential to achieve an improvement between 1.35% (437 hours for 112,985 drivers) and 13.15% (925 hours for 31,584 drivers) of total travel time, compared to that of a currently operational road network configuration with no imposed variable costs. Laurens Arp, Dyon van Vreumingen, Daniela Gawehns, Mitra Baratchi |
MDM | 4 |
| 2018 | Identifying Movements in Noisy Crowd Analytics DataabstractPrivacy-preserved tracking of WiFi-enabled devices such as smartphones offers a highly scalable solution for large-scale crowd movement studies. However, extracting knowledge out of pedestrian-tracking data acquired this way is not simple. This is, generally, due to the inherent inaccuracy of the measurement technique. Segmenting an individual's trajectory data into periods of stops and moves is a fundamental step in analyzing crowds' movement. Such distinctions allow us to answer advanced questions regarding visited locations or even social behavior. Algorithms previously designed for distinguishing movements from stay periods, assume datasets are gathered using GPS, which offers precise positioning. WiFi tracking, however, does not offer such precision. The location of devices can at best be reduced to a large area around the WiFi scanner. In this paper, we study a set of established algorithms for detecting periods of stops and moves from GPS-based datasets and their applicability to WiFi-based data. Consequently, we propose possible improvements to such algorithms considering the inherent characteristics of WiFi tracking data. Cristian Chilipirea, Ciprian Dobre, Mitra Baratchi, Maarten van Steen |
MDM | 3 |
| 2013 | On the use of mobility data for discovery and description of social tiesabstractEver-increasing emergence of location-aware ubiquitous devices has facilitated collection of time-stamped mobility data. This large volume of data not only provides trajectory information but also information about social interaction between individuals. Unlike trajectory representation and discovery, discovery of social ties and interactions hidden in mobility data has not yet been fully explored. To identify such interaction, social network analysis has been recently used. However, compared with data from emails, phone calls, and messages, which are commonly used for social network analysis, mobility data convey less information about interaction between entities. Therefore, identifying the type of tie between two entities using only mobility data is a great challenge. In this paper, we propose a method for measuring the strength and type of social ties between people only based on their spatio-temporal correlations. Using mutual information metric, we propose utilization of two types of measures for identifying the purpose of being in a certain location. Our experimental results using a location-aware sensing device show that our method can identify different social ties between various entities successfully. Mitra Baratchi, Nirvana Meratnia, Paul J. M. Havinga |
ASONAM | 1 |