123 research outputs found

    Deterministic Algorithms for Maximum Matching on General Graphs in the Semi-Streaming Model

    Get PDF
    We present an improved deterministic algorithm for Maximum Cardinality Matching on general graphs in the Semi-Streaming Model. In the Semi-Streaming Model, a graph is presented as a sequence of edges, and an algorithm must access the edges in the given sequence. It can only use O(n polylog n) space to perform computations, where n is the number of vertices of the graph. If the algorithm goes over the stream k times, it is called a k-pass algorithm. In this model, McGregor [McGregor, 2005] gave the currently best known randomized (1+epsilon)-approximation algorithm for maximum cardinality matching on general graphs, that uses (1/epsilon)^{O(1/epsilon)} passes. Ahn and Guha [Ahn and Guha, 2013] later gave the currently best known deterministic (1+epsilon)-approximation algorithms for maximum cardinality matching: one on bipartite graphs that uses O(log log(1/epsilon)/epsilon^2) passes, and the other on general graphs that uses O(log n *poly(1/epsilon)) passes (note that, for general graphs, the number of passes is dependent on the size of the input). We present the first deterministic algorithm that achieves a (1+epsilon)-approximation on general graphs in only a constant number ((1/epsilon)^{O(1/epsilon)}) of passes

    Overcoming Challenges to Teamwork in Patient-Centered Medical Homes: A Qualitative Study

    Get PDF
    There is emerging consensus that enhanced inter-professional teamwork is necessary for the effective and efficient delivery of primary care, but there is less practical information specific to primary care available to guide practices on how to better work as teams. The purpose of this study was to describe how primary care practices have overcome challenges to providing team-based primary care and the implications for care delivery and policy

    Maximum Matching in Two, Three, and a Few More Passes Over Graph Streams

    Get PDF
    We consider the maximum matching problem in the semi-streaming model formalized by Feigenbaum, Kannan, McGregor, Suri, and Zhang that is inspired by giant graphs of today. As our main result, we give a two-pass (1/2 + 1/16)-approximation algorithm for triangle-free graphs and a two-pass (1/2 + 1/32)-approximation algorithm for general graphs; these improve the approximation ratios of 1/2 + 1/52 for bipartite graphs and 1/2 + 1/140 for general graphs by Konrad, Magniez, and Mathieu. In three passes, we achieve approximation ratios of 1/2 + 1/10 for triangle-free graphs and 1/2 + 1/19.753 for general graphs. We also give a multi-pass algorithm where we bound the number of passes precisely - we give a (2/3 - epsilon)-approximation algorithm that uses 2/(3 epsilon) passes for triangle-free graphs and 4/(3 epsilon) passes for general graphs. Our algorithms are simple and combinatorial, use O(n log(n)) space, and have O(1) update time per edge. For general graphs, our multi-pass algorithm improves the best known deterministic algorithms in terms of the number of passes: * Ahn and Guha give a (2/3 - epsilon)-approximation algorithm that uses O(log(1/epsilon)/epsilon^2) passes, whereas our (2/3 - epsilon)-approximation algorithm uses 4/(epsilon) passes; * they also give a (1 - epsilon)-approximation algorithm that uses O(log(n) poly(1/epsilon)) passes, where n is the number of vertices of the input graph; although our algorithm is (2/3 - epsilon)-approximation, our number of passes do not depend on n. Earlier multi-pass algorithms either have a large constant inside big-O notation for the number of passes or the constant cannot be determined due to the involved analysis, so our multi-pass algorithm should use much fewer passes for approximation ratios bounded slightly below 2/3

    Sphingolipids in Apoptosis

    No full text
    Forty years ago, the term “apoptosis” was introduced to describe a form of programmed cell death. Key players that mediate apoptosis at the molecular level such as caspases, death receptors, Bcl-2 family members have since been identified and their regulation remains a research focus of many laboratories. In 1993, approximately 20 years after the introduction of apoptosis, the sphingolipid ceramide was first linked to this form of cell death. Sphingolipids are bioactive components of cellular membranes that are involved in numerous physiological functions. In this paper, we discuss the inherent complexities of sphingolipid signaling and elaborate on how sphingolipids, primarily ceramide, influence apoptotic events such as death receptor aggregation in the plasma membrane and pore formation at the mitochondria. Possible roles of sphingolipids in other subcellular compartments, such as the nucleus, endoplasmic reticulum and lysosomes are also discussed. We conclude by summarizing the recent developments in sphingolipid based cancer therapy. This article is part of a Special Issue entitled “Apoptosis: Four Decades Later”

    MUC1 positive, Kras and Pten driven mouse gynecologic tumors replicate human tumors and vary in survival and nuclear grade based on anatomical location

    Get PDF
    Activating mutations of Kras oncogene and deletions of Pten tumor suppressor gene play important roles in cancers of the female genital tract. We developed here new preclinical models for gynecologic cancers, using conditional (Cre-loxP) mice with floxed genetic alterations in Kras and Pten. The triple transgenic mice, briefly called MUC1KrasPten, express human MUC1 antigen as self and carry a silent oncogenic KrasG12D and Pten deletion mutation. Injection of Cre-encoding adenovirus (AdCre) in the ovarian bursa, oviduct or uterus activates the floxed mutations and initiates ovarian, oviductal, and endometrial cancer, respectively. Anatomical site-specific Cre-loxP recombination throughout the genital tract of MUC1KrasPten mice leads to MUC1 positive genital tract tumors, and the development of these tumors is influenced by the anatomical environment. Endometrioid histology was consistently displayed in all tumors of the murine genital tract (ovaries, oviducts, and uterus). Tumors showed increased expression of MUC1 glycoprotein and triggered de novo antibodies in tumor bearing hosts, mimicking the immunobiology seen in patients. In contrast to the ovarian and endometrial tumors, oviductal tumors showed higher nuclear grade. Survival for oviduct tumors was significantly lower than for endometrial tumors (p = 0.0015), yet similar to survival for ovarian cancer. Oviducts seem to favor the development of high grade tumors, providing preclinical evidence in support of the postulated role of fallopian tubes as the originating site for high grade human ovarian tumors. © 2014 Tirodkar et al

    On the Approximability and Hardness of the Minimum Connected Dominating Set with Routing Cost Constraint

    Full text link
    In the problem of minimum connected dominating set with routing cost constraint, we are given a graph G=(V,E)G=(V,E), and the goal is to find the smallest connected dominating set DD of GG such that, for any two non-adjacent vertices uu and vv in GG, the number of internal nodes on the shortest path between uu and vv in the subgraph of GG induced by D{u,v}D \cup \{u,v\} is at most α\alpha times that in GG. For general graphs, the only known previous approximability result is an O(logn)O(\log n)-approximation algorithm (n=Vn=|V|) for α=1\alpha = 1 by Ding et al. For any constant α>1\alpha > 1, we give an O(n11α(logn)1α)O(n^{1-\frac{1}{\alpha}}(\log n)^{\frac{1}{\alpha}})-approximation algorithm. When α5\alpha \geq 5, we give an O(nlogn)O(\sqrt{n}\log n)-approximation algorithm. Finally, we prove that, when α=2\alpha =2, unless NPDTIME(npolylogn)NP \subseteq DTIME(n^{poly\log n}), for any constant ϵ>0\epsilon > 0, the problem admits no polynomial-time 2log1ϵn2^{\log^{1-\epsilon}n}-approximation algorithm, improving upon the Ω(logn)\Omega(\log n) bound by Du et al. (albeit under a stronger hardness assumption)

    2-[2-(Hydroxy­meth­yl)phen­yl]-1-phenyl­ethanol

    Get PDF
    The title compound, C15H16O2, has a dihedral angle of 19.10 (5)° between the mean planes of the two benzene rings. There is an intra­molecular O—H⋯O hydrogen bond and the C—C—C—C torsion angle across the bridge between the two rings is 173.13 (14)°. The mol­ecules form inter­molecular O—H⋯O hydrogen-bonded chains extending along the a axis. C—H⋯π contacts are also observed between mol­ecules within the chains

    A Novel Phenology Based Feature Subset Selection Technique Using Random Forest for Multitemporal PolSAR Crop Classification

    Get PDF
    Feature selection techniques intent to select a subset of features that minimizes redundancy and maximizes relevancy for classification problems in machine learning. Standard methods for feature selection in machine learning seldom take into account the domain knowledge associated with the data. Multitemporal crop classification studies with full-polarimetric synthetic aperture radar (PolSAR) data ought to consider the changes in the scattering mechanisms with their phenological growth stages. Hence, it is desirable to incorporate these changes while determining a feature subset for classification. In this study, a random forest (RF) based feature selection technique is proposed that takes into account the changes in the physical scattering mechanism with crop phenological stages for multitemporal PolSAR classification. The partial probability plot, which is an attribute of RF, provides information about the marginal effect of a polarimetric parameter on the desired crop class. Moreover, it is used to identify the specific range of a parameter where the probability of the presence of a particular crop class is high. The proposed technique identifies features that change significantly with crop phenology. The selected features are the ones whose ranges show maximum separation amongst crop classes. Additionally, the feature subset is refined by eliminating correlated features. The E-SAR L-band dataset of the AgriSAR-2006 campaign over the Demmin test site in Germany is used in this study. The classification accuracy using the novel feature selection technique is 99.12%. This is nominally better than using the features obtained from a standard feature selection method used in RF, such as mean decrease Gini (98.73%) and mean decrease accuracy (98.68%) that do not take into account the information based on crop phenology.This work was supported in part by the Spanish Ministry of Economy, Industry and Competitiveness, in part by the State Agency of Research (AEI), and in part by the European Funds for Regional Development under Projects TIN2014-55413-C2-2-P and TEC2017-85244-C2-1-P

    Hardness and approximation for the geodetic set problem in some graph classes

    Full text link
    In this paper, we study the computational complexity of finding the \emph{geodetic number} of graphs. A set of vertices SS of a graph GG is a \emph{geodetic set} if any vertex of GG lies in some shortest path between some pair of vertices from SS. The \textsc{Minimum Geodetic Set (MGS)} problem is to find a geodetic set with minimum cardinality. In this paper, we prove that solving the \textsc{MGS} problem is NP-hard on planar graphs with a maximum degree six and line graphs. We also show that unless P=NPP=NP, there is no polynomial time algorithm to solve the \textsc{MGS} problem with sublogarithmic approximation factor (in terms of the number of vertices) even on graphs with diameter 22. On the positive side, we give an O(n3logn)O\left(\sqrt[3]{n}\log n\right)-approximation algorithm for the \textsc{MGS} problem on general graphs of order nn. We also give a 33-approximation algorithm for the \textsc{MGS} problem on the family of solid grid graphs which is a subclass of planar graphs
    corecore