Discovery Logo
Sign In
Search
Paper
Search Paper
R Discovery for Libraries Pricing Sign In
  • Home iconHome
  • My Feed iconMy Feed
  • Search Papers iconSearch Papers
  • Library iconLibrary
  • Explore iconExplore
  • Ask R Discovery iconAsk R Discovery Star Left icon
  • Literature Review iconLiterature Review NEW
  • Chat PDF iconChat PDF Star Left icon
  • Citation Generator iconCitation Generator
  • Chrome Extension iconChrome Extension
    External link
  • Use on ChatGPT iconUse on ChatGPT
    External link
  • iOS App iconiOS App
    External link
  • Android App iconAndroid App
    External link
  • Contact Us iconContact Us
    External link
  • Paperpal iconPaperpal
    External link
  • Mind the Graph iconMind the Graph
    External link
  • Journal Finder iconJournal Finder
    External link
Discovery Logo menuClose menu
  • Home iconHome
  • My Feed iconMy Feed
  • Search Papers iconSearch Papers
  • Library iconLibrary
  • Explore iconExplore
  • Ask R Discovery iconAsk R Discovery Star Left icon
  • Literature Review iconLiterature Review NEW
  • Chat PDF iconChat PDF Star Left icon
  • Citation Generator iconCitation Generator
  • Chrome Extension iconChrome Extension
    External link
  • Use on ChatGPT iconUse on ChatGPT
    External link
  • iOS App iconiOS App
    External link
  • Android App iconAndroid App
    External link
  • Contact Us iconContact Us
    External link
  • Paperpal iconPaperpal
    External link
  • Mind the Graph iconMind the Graph
    External link
  • Journal Finder iconJournal Finder
    External link
features
  • Audio Papers iconAudio Papers
  • Paper Translation iconPaper Translation
  • Chrome Extension iconChrome Extension
Content Type
  • Journal Articles iconJournal Articles
  • Conference Papers iconConference Papers
  • Preprints iconPreprints
  • Seminars by Cassyni iconSeminars by Cassyni
More
  • R Discovery for Libraries iconR Discovery for Libraries
  • Research Areas iconResearch Areas
  • Topics iconTopics
  • Resources iconResources

Articles published on Fair Partitions

Authors
Select Authors
Journals
Select Journals
Duration
Select Duration
17 Search results
Sort by
Recency
  • Research Article
  • Cite Count Icon 1
  • 10.1609/aaai.v39i13.33503
Balanced and Fair Partitioning of Friends
  • Apr 11, 2025
  • Proceedings of the AAAI Conference on Artificial Intelligence
  • Argyrios Deligkas + 4 more

In the recently introduced model of fair partitioning of friends, there is a set of agents located on the vertices of an underlying graph that indicates the friendships between the agents. The task is to partition the graph into k balanced-sized groups, keeping in mind that the value of an agent for a group is equal to the number of edges they have in that group. The goal is to construct partitions that are "fair", i.e., no agent would like to replace an agent in a different group. We generalize the standard model by considering utilities for the agents that are beyond binary and additive. Having this as our foundation, our contribution is threefold: (a) we adapt several fairness notions that have been developed in the fair division literature to our setting; (b) we give several existence guarantees supported by polynomial-time algorithms; (c) we initiate the study of the computational (and parameterized) complexity of the model and provide an almost complete landscape of the (in)tractability frontier for our fairness concepts.

  • Research Article
  • 10.15837/ijccc.2025.1.6907
AntPaP: Patrolling and Fair Partitioning of Graphs by A(ge)nts Leaving Pheromone Traces
  • Jan 3, 2025
  • INTERNATIONAL JOURNAL OF COMPUTERS COMMUNICATIONS & CONTROL
  • Gidon Elazar + 1 more

A team of identical and oblivious ant-like agents – a(ge)nts – leaving pheromone traces, are programmed to jointly patrol an area modeled as a graph. They perform this task using simple local interactions, while also achieving the important byproduct of partitioning the graph into roughly equal-sized disjoint sub-graphs. Each a(ge)nt begins to operate at an arbitrary initial location, and throughout its work does not acquire any information on either the shape or size of the graph, or the number or whereabouts of other a(ge)nts. Graph partitioning occurs spontaneously, as each of the a(ge)nts patrols and expands its own pheromone-marked sub-graph, or region. This graph partitioning algorithm is inspired by molecules hitting the borders of air filled elastic balloons: an a(ge)nt that hits a border edge from the interior of its region more frequently than an external a(ge)nt hits the same edge from an adjacent vertex in the neighboring region, may conquer that adjacent vertex, expanding its region at the expense of the neighbor. Since the rule of patrolling a region ensures that each vertex is visited with a frequency inversely proportional to the size of the region, in terms of vertex count, a smaller region will effectively exert higher “pressure” at its borders, and conquer adjacent vertices from a larger region, thereby increasing the smaller region and shrinking the larger. The algorithm, therefore, tends to equalize the sizes of the regions patrolled, resembling a set of perfectly elastic physical balloons, confined to a closed volume and filled with an equal amount of air. The pheromone based local interactions of agents eventually cause the system to evolve into a partition that is close to balanced rather quickly, and if the graph and the number of a(ge)nts remain unchanged, it is guaranteed that the system settles into a stable and balanced partition.

  • Research Article
  • 10.1186/s13663-024-00769-y
A general algorithm for convex fair partitions of convex polygons
  • Aug 12, 2024
  • Fixed Point Theory and Algorithms for Sciences and Engineering
  • Mathilda Campillo + 2 more

A convex fair partition of a convex polygonal region is defined as a partition on which all regions are convex and have equal area and equal perimeter. The existence of such a partition for any number of regions remains an open question. In this paper, we address this issue by developing an algorithm to find such a convex fair partition without restrictions on the number of regions. Our approach utilizes the normal flow algorithm (a generalization of Newton’s method) to find a zero for the excess areas and perimeters of the convex hulls of the regions. The initial partition is generated by applying Lloyd’s algorithm to a randomly selected set of points within the polygon, after appropriate scaling. We performed extensive experimentation, and our algorithm can find a convex fair partition for 100% of the tested problem. Our findings support the conjecture that a convex fair partition always exists.

  • Open Access Icon
  • Research Article
  • Cite Count Icon 2
  • 10.1016/j.mex.2023.102530
An algorithmic approach to convex fair partitions of convex polygons
  • Dec 23, 2023
  • MethodsX
  • Mathilda Campillo + 2 more

A convex fair partition of a convex polygonal region is defined as a partition on which all regions are convex and have equal area and equal perimeter. In this article we describe an algorithm that finds such fair partition.•The Fair Partitions method finds a fair partition for any given convex polygon and any given number of regions.•Our method relies on two well-known methods: Lloyd's algorithm and the Normal Flow Algorithm.•The method proposed in this article can be used in various contexts and many real-world applications.

  • Research Article
  • Cite Count Icon 4
  • 10.1016/j.comgeo.2023.102006
Keep your distance: Land division with separation
  • Mar 14, 2023
  • Computational Geometry
  • Edith Elkind + 2 more

This paper is part of an ongoing endeavor to bring the theory of fair division closer to practice by handling requirements from real-life applications. We focus on two requirements originating from the division of land estates: (1) each agent should receive a plot of a usable geometric shape, and (2) plots of different agents must be physically separated. With these requirements, the classic fairness notion of proportionality is impractical, since it may be impossible to attain any multiplicative approximation of it. In contrast, the ordinal maximin share approximation, introduced by Budish in 2011, provides meaningful fairness guarantees. We prove upper and lower bounds on achievable maximin share guarantees when the usable shapes are squares, fat rectangles, or arbitrary axis-aligned rectangles, and explore the algorithmic and query complexity of finding fair partitions in this setting. Our work makes use of tools and concepts from computational geometry such as independent sets of rectangles and guillotine partitions.

  • Research Article
  • Cite Count Icon 1
  • 10.1609/aaai.v36i5.20401
Locally Fair Partitioning
  • Jun 28, 2022
  • Proceedings of the AAAI Conference on Artificial Intelligence
  • Pankaj K Agarwal + 3 more

We model the societal task of redistricting political districts as a partitioning problem: Given a set of n points in the plane, each belonging to one of two parties, and a parameter k, our goal is to compute a partition P of the plane into regions so that each region contains roughly s = n/k points. P should satisfy a notion of "local" fairness, which is related to the notion of core, a well-studied concept in cooperative game theory. A region is associated with the majority party in that region, and a point is unhappy in P if it belongs to the minority party. A group D of roughly s contiguous points is called a deviating group with respect to P if majority of points in D are unhappy in P. The partition P is locally fair if there is no deviating group with respect to P. This paper focuses on a restricted case when points lie in 1D. The problem is non-trivial even in this case. We consider both adversarial and "beyond worst-case" settings for this problem. For the former, we characterize the input parameters for which a locally fair partition always exists; we also show that a locally fair partition may not exist for certain parameters. We then consider input models where there are "runs" of red and blue points. For such clustered inputs, we show that a locally fair partition may not exist for certain values of s, but an approximate locally fair partition exists if we allow some regions to have smaller sizes. We finally present a polynomial-time algorithm for computing a locally fair partition if one exists.

  • Research Article
  • Cite Count Icon 2
  • 10.1007/s11277-020-07508-7
Finding Best Matching Community for Common Nodes in Mobile Social Networks
  • Jun 10, 2020
  • Wireless Personal Communications
  • Muluneh Mekonnen Tulu + 4 more

The increase of mobile data users has created traffic congestion in current cellular networks. Due to this, mobile network providers have been facing difficulty in delivering the best services for customers. Since, detecting community in mobile social network is a valuable technique to leverage the downlink traffic congestion by enhancing local communications within the community, it attracts the attention of many researchers. Therefore, developing an algorithm, which detects community, plays a key role in mobile social network. In this paper, first, we proposed external density metrics to detect mobile social network. External density is defined as the ratio of outgoing links to total links of the community. Second, method to find the best group for common node is proposed. Therefore, an external density algorithm, makes a fair partition by grouping common nodes to a community with relatively higher external density. As a result, the overall modularity value of the network has increased. Third, the proposed algorithm is evaluated. Hence, the evaluation results confirm that our proposed approach has demonstrated good performance improvements than traditional methods.

  • PDF Download Icon
  • Research Article
  • Cite Count Icon 66
  • 10.15252/embj.201899843
Local actin nucleation tunes centrosomal microtubule nucleation during passage through mitosis
  • Apr 23, 2019
  • The EMBO Journal
  • Francesca Farina + 11 more

Cells going through mitosis undergo precisely timed changes in cell shape and organisation, which serve to ensure the fair partitioning of cellular components into the two daughter cells. These structural changes are driven by changes in actin filament and microtubule dynamics and organisation. While most evidence suggests that the two cytoskeletal systems are remodelled in parallel during mitosis, recent work in interphase cells has implicated the centrosome in both microtubule and actin nucleation, suggesting the potential for regulatory crosstalk between the two systems. Here, by using both in vitro and in vivo assays to study centrosomal actin nucleation as cells pass through mitosis, we show that mitotic exit is accompanied by a burst in cytoplasmic actin filament formation that depends on WASH and the Arp2/3 complex. This leads to the accumulation of actin around centrosomes as cells enter anaphase and to a corresponding reduction in the density of centrosomal microtubules. Taken together, these data suggest that the mitotic regulation of centrosomal WASH and the Arp2/3 complex controls local actin nucleation, which may function to tune the levels of centrosomal microtubules during passage through mitosis.

  • Research Article
  • 10.11591/ijres.v7.i1.pp48-56
Thermal Analysis of Fair Scheduling in Real-time Embedded Systems
  • May 30, 2018
  • International Journal of Reconfigurable and Embedded Systems (IJRES)
  • Tayyaba Bokhari + 2 more

Over the past few decades, increased demand of highly sophisticated real-time applications with complex functionalities has directly led to exponentially increased power consumption and significantly elevated system temperatures. These elevated temperature and thermal variations present formidable challenges towards system reliability, performance, cooling cost and leakages. This article explores the thermal management strength of two fairness based algorithms, namely Proportional Fair (PFair) and Deadline Partitioning Fair (DP-Fair). In related literature, the introduction of fairness is often considered as a tool to achieve optimality in multiprocessor scheduling algorithms. This work shows that these algorithms bring about better thermal profile when compared with the commonly used Earliest Deadline First (EDF) algorithm in similar conditions both in uniprocessor and multiprocessor environments. A simulation is conducted for periodic task set model. The obtained results are encouraging and show that use of fairness based algorithms reduces the operating temperature, peak temperature, and thermal variations.

  • Research Article
  • Cite Count Icon 34
  • 10.1016/j.biortech.2018.01.076
An efficient aqueous two phase systems using dual inorganic electrolytes to separate 1,3-propanediol from the fermented broth
  • Feb 20, 2018
  • Bioresource Technology
  • Narisetty Vivek + 2 more

An efficient aqueous two phase systems using dual inorganic electrolytes to separate 1,3-propanediol from the fermented broth

  • Research Article
  • Cite Count Icon 12
  • 10.1016/j.tcs.2015.08.003
Algorithms for fair partitioning of convex polygons
  • Aug 6, 2015
  • Theoretical Computer Science
  • Bogdan Armaselu + 1 more

Algorithms for fair partitioning of convex polygons

  • Research Article
  • Cite Count Icon 31
  • 10.1109/twc.2012.12.112120
An Efficient Threshold Anonymous Authentication Scheme for Privacy-Preserving Communications
  • Mar 1, 2013
  • IEEE Transactions on Wireless Communications
  • Jian Ren + 1 more

Anonymous authentication enables any user to be authenticated without being identified. (t,n)-threshold ring signatures, introduced by Bresson et. al., are ring signature schemes that allow a group of t members to jointly sign a message anonymously in a ring of n members. Threshold ring signature schemes provide a nice tradeoff between anonymity and creditability since it allows multiple ring members to sign a message jointly. The complexity in both signature generation and signature verification of the threshold ring signature scheme proposed by Bresson et. al. is O(n <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2</sup> ). They also proposed an efficient threshold ring signature scheme based on an (n,t)-complete fair partition, with complexity O(n log n). In this paper, a new efficient (t,n)-threshold ring signature scheme is proposed. This scheme is constructed through a system of t linear equations and n variables, where t is generally a fixed number that is much smaller than n. The proposed threshold ring signature scheme can provide unconditional signer ambiguity, threshold unforgeability and provable security in the random oracle model. The complexity of signature generation and signature verification of the proposed threshold ring signature scheme are O(t log <sub xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2</sub> <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2</sup> t) and O(n), respectively. Furthermore, the length of the threshold ring signature is the same as the regular ring signature introduced by Rivest et. al., which is 2n+2, while the length of the threshold ring signature scheme proposed by Bresson et. al. is 3n-t+3.

  • Open Access Icon
  • Research Article
  • Cite Count Icon 50
  • 10.1007/s12044-012-0076-5
Fair partitions of polygons: An elementary introduction
  • Aug 1, 2012
  • Proceedings - Mathematical Sciences
  • R Nandakumar + 1 more

We address the question: Given a positive integer $N$, can any 2D convex polygonal region be partitioned into $N$ convex pieces such that all pieces have the same area and same perimeter? The answer to this question is easily `yes' for $N$=2. We prove the answer to be `yes' for $N$=4 and also discuss higher powers of 2.

  • Research Article
  • Cite Count Icon 4
  • 10.1587/transcom.e95.b.3353
Fair Partitioning of the Downlink Resources of an OFDMA-Based Multi-User Multi-Tier Cellular Network Using Fractional Frequency Reuse
  • Jan 1, 2012
  • IEICE Transactions on Communications
  • Akindele Segun Afolabi + 7 more

Orthogonal Frequency Division Multiple Access (OFD-MA) is a leading air interface candidate for future generation cellular networks. However, if deployed in a multi-user multi-tier cellular system, it is important to fairly share radio resources such as transmission power and sub-carriers among co-tier and cross-tier users. This paper focuses on a mathematical formulation of cell inner-zone/outer-zone radio resource partitioning variables and considers the case of an FFR-based macrocell underlaid with femtocell. By applying an exhaustive search procedure on the developed formulation, we determine the optimal radio resource partitioning parameter values from the perspectives of macrocell user fairness and femtocell throughput maximization.

  • Research Article
  • Cite Count Icon 4
  • 10.1109/mra.2007.901319
Field and service applications - Automating the marking process for exhibitions and fairs - The Making of Harry Platter
  • Sep 1, 2007
  • IEEE Robotics &amp; Automation Magazine
  • P Jensfelt + 2 more

Trade fairs and exhibitions have been around for centuries. They provide an important meeting point for sellers and potential buyers, be it for cars or clothes. Some fair organizers partition the exhibition space into predefined units, which may limit the flexibility. A free layout of the space allows for any shape or size of the stands and gives the exhibitor a better chance at creating something spectacular that will attract attention. Providing full flexibility, and thus a free layout, means that every new fair will be different. In addition to each individual stand having a varying size, the shape is not constrained to be rectangular, but might be, e.g., triangular or elliptic. All of this puts high demands on the production of the fairs. For example, the location and outline of every stand has to be determined and marked on the floor before the construction phase. This article gives a real world example of how robot technology can be used to automate the marking process for exhibitions and fairs in a way that both reduces the marking time and improves the working conditions. A mobile robot system equipped with a laser scanner and an ink jet printer is presented. The focus of the article is the description of the marking process and the system design. In addition, the requirements for such a system are outlined as well as results from over three years of operation and an analysis for commercialization.

  • Research Article
  • Cite Count Icon 23
  • 10.1016/j.aquaculture.2006.08.014
Estimating clam yield potential in the Sacca di Goro lagoon (Italy) by using a two-part conditional model
  • Aug 22, 2006
  • Aquaculture
  • Simone Vincenzi + 3 more

Estimating clam yield potential in the Sacca di Goro lagoon (Italy) by using a two-part conditional model

  • Research Article
  • Cite Count Icon 98
  • 10.1016/j.ecolmodel.2005.07.039
A GIS-based habitat suitability model for commercial yield estimation of Tapes philippinarum in a Mediterranean coastal lagoon (Sacca di Goro, Italy)
  • Nov 14, 2005
  • Ecological Modelling
  • Simone Vincenzi + 3 more

A GIS-based habitat suitability model for commercial yield estimation of Tapes philippinarum in a Mediterranean coastal lagoon (Sacca di Goro, Italy)

  • 1
  • 1

Popular topics

  • Latest Artificial Intelligence papers
  • Latest Nursing papers
  • Latest Psychology Research papers
  • Latest Sociology Research papers
  • Latest Business Research papers
  • Latest Marketing Research papers
  • Latest Social Research papers
  • Latest Education Research papers
  • Latest Accounting Research papers
  • Latest Mental Health papers
  • Latest Economics papers
  • Latest Education Research papers
  • Latest Climate Change Research papers
  • Latest Mathematics Research papers

Most cited papers

  • Most cited Artificial Intelligence papers
  • Most cited Nursing papers
  • Most cited Psychology Research papers
  • Most cited Sociology Research papers
  • Most cited Business Research papers
  • Most cited Marketing Research papers
  • Most cited Social Research papers
  • Most cited Education Research papers
  • Most cited Accounting Research papers
  • Most cited Mental Health papers
  • Most cited Economics papers
  • Most cited Education Research papers
  • Most cited Climate Change Research papers
  • Most cited Mathematics Research papers

Latest papers from journals

  • Scientific Reports latest papers
  • PLOS ONE latest papers
  • Journal of Clinical Oncology latest papers
  • Nature Communications latest papers
  • BMC Geriatrics latest papers
  • Science of The Total Environment latest papers
  • Medical Physics latest papers
  • Cureus latest papers
  • Cancer Research latest papers
  • Chemosphere latest papers
  • International Journal of Advanced Research in Science latest papers
  • Communication and Technology latest papers

Latest papers from institutions

  • Latest research from French National Centre for Scientific Research
  • Latest research from Chinese Academy of Sciences
  • Latest research from Harvard University
  • Latest research from University of Toronto
  • Latest research from University of Michigan
  • Latest research from University College London
  • Latest research from Stanford University
  • Latest research from The University of Tokyo
  • Latest research from Johns Hopkins University
  • Latest research from University of Washington
  • Latest research from University of Oxford
  • Latest research from University of Cambridge

Popular Collections

  • Research on Reduced Inequalities
  • Research on No Poverty
  • Research on Gender Equality
  • Research on Peace Justice & Strong Institutions
  • Research on Affordable & Clean Energy
  • Research on Quality Education
  • Research on Clean Water & Sanitation
  • Research on COVID-19
  • Research on Monkeypox
  • Research on Medical Specialties
  • Research on Climate Justice
Discovery logo
FacebookTwitterLinkedinInstagram

Download the FREE App

  • Play store Link
  • App store Link
  • Scan QR code to download FREE App

    Scan to download FREE App

  • Google PlayApp Store
FacebookTwitterTwitterInstagram
  • Universities & Institutions
  • Publishers
  • R Discovery PrimeNew
  • Ask R Discovery
  • Blog
  • Accessibility
  • Topics
  • Journals
  • Open Access Papers
  • Year-wise Publications
  • Recently published papers
  • Pre prints
  • Questions
  • FAQs
  • Contact us
Lead the way for us

Your insights are needed to transform us into a better research content provider for researchers.

Share your feedback here.

FacebookTwitterLinkedinInstagram
Cactus Communications logo

Copyright 2026 Cactus Communications. All rights reserved.

Privacy PolicyCookies PolicyTerms of UseCareers