79 research outputs found

    An Analysis with Evolutionary Game of the Resource Sharing in Supply Chain Under Cloud Platform

    Get PDF
    Based on the sharing mode of supply chain resources in the environment of cloud service, this research constructed the evolutionary game model of supply chain resource-sharing to reveal the behaviors between two types of enterprise, the equilibrium in model and local stability are analyzed under the state of uniform mixed and non-uniform mixed populations. By using the method of system dynamics, the evolutionary game model is built, and a contrastive analysis of evolutionary results affected by diverse parametric variations is performed. The results of the research shows that the evolutionary trends of the game are significantly influenced by the initial sharing proportion in enterprise group, the cost and benefit of upgrading equipment, and the risk of technological loss. To facilitate the information interaction and resource sharing between enterprises, continuous improvement needed to be done in line with the above aspects

    The scaling limit of the volume of loop O(n) quadrangulations

    Full text link
    We study the volume of rigid loop-O(n)O(n) quadrangulations with a boundary of length 2p2p in the critical non-generic regime. We prove that, as the half-perimeter pp goes to infinity, the volume scales in distribution to an explicit random variable. This limiting random variable is described in terms of the multiplicative cascades of Chen, Curien and Maillard arXiv:1702.06916, or alternatively (in the dilute case) as the law of the area of a unit-boundary γ\gamma-quantum disc, as determined by Ang and Gwynne arXiv:1903.09120, for suitable γ\gamma. Our arguments go through a classification of the map into several regions, where we rule out the contribution of bad regions to be left with a tractable portion of the map. One key observable for this classification is a Markov chain which explores the nested loops around a size-biased vertex pick in the map, making explicit the spinal structure of the discrete multiplicative cascade.Comment: 45 pages, 6 figures, comments welcome

    Continual Driving Policy Optimization with Closed-Loop Individualized Curricula

    Full text link
    The safety of autonomous vehicles (AV) has been a long-standing top concern, stemming from the absence of rare and safety-critical scenarios in the long-tail naturalistic driving distribution. To tackle this challenge, a surge of research in scenario-based autonomous driving has emerged, with a focus on generating high-risk driving scenarios and applying them to conduct safety-critical testing of AV models. However, limited work has been explored on the reuse of these extensive scenarios to iteratively improve AV models. Moreover, it remains intractable and challenging to filter through gigantic scenario libraries collected from other AV models with distinct behaviors, attempting to extract transferable information for current AV improvement. Therefore, we develop a continual driving policy optimization framework featuring Closed-Loop Individualized Curricula (CLIC), which we factorize into a set of standardized sub-modules for flexible implementation choices: AV Evaluation, Scenario Selection, and AV Training. CLIC frames AV Evaluation as a collision prediction task, where it estimates the chance of AV failures in these scenarios at each iteration. Subsequently, by re-sampling from historical scenarios based on these failure probabilities, CLIC tailors individualized curricula for downstream training, aligning them with the evaluated capability of AV. Accordingly, CLIC not only maximizes the utilization of the vast pre-collected scenario library for closed-loop driving policy optimization but also facilitates AV improvement by individualizing its training with more challenging cases out of those poorly organized scenarios. Experimental results clearly indicate that CLIC surpasses other curriculum-based training strategies, showing substantial improvement in managing risky scenarios, while still maintaining proficiency in handling simpler cases

    Media Exposure and Risk Perception as Predictors of Engagement in COVID-19 Preventive Behaviors: Extending the Theory of Planned Behavior Across Two Cultures

    Get PDF
    Purpose: This study examined the psychological and social factors that affect the performance of preventive behaviors toward COVID-19, by testing a model based on the theory of planned behavior (TPB). Our model featured media exposure and social networking site (SNS) involvement, and we tested it in two highly contrasted cultures regarding COVID-19 attitudes: U.S. and Japan. Method: An online survey collected 300 samples for each culture. Participation was voluntary, for monetary compensation through crowd-sourcing platforms. Findings: Overall, the results showed a good fit of our TPB model in each culture. Media exposure was a major predictor of risk perception in both cultures, while engagement in SNS predicted intention to perform preventive behavior for the Japanese only, and personal hygiene was found to be a significant predictor of protective behavior once again only for the Japanese. Implications and Value: While there were differences in the variables affecting preventive behaviors, overall, our proposed model proved to be robust across both cultures. Implications were made on differences between tight and loose cultures, as represented by Japan and the US, regarding COVID-19 preventive attitudes

    Parameter-Efficient Prompt Tuning Makes Generalized and Calibrated Neural Text Retrievers

    Full text link
    Prompt tuning attempts to update few task-specific parameters in pre-trained models. It has achieved comparable performance to fine-tuning of the full parameter set on both language understanding and generation tasks. In this work, we study the problem of prompt tuning for neural text retrievers. We introduce parameter-efficient prompt tuning for text retrieval across in-domain, cross-domain, and cross-topic settings. Through an extensive analysis, we show that the strategy can mitigate the two issues -- parameter-inefficiency and weak generalizability -- faced by fine-tuning based retrieval methods. Notably, it can significantly improve the out-of-domain zero-shot generalization of the retrieval models. By updating only 0.1% of the model parameters, the prompt tuning strategy can help retrieval models achieve better generalization performance than traditional methods in which all parameters are updated. Finally, to facilitate research on retrievers' cross-topic generalizability, we curate and release an academic retrieval dataset with 18K query-results pairs in 87 topics, making it the largest topic-specific one to date

    Low Dose PET Image Reconstruction with Total Variation Using Alternating Direction Method.

    No full text
    In this paper, a total variation (TV) minimization strategy is proposed to overcome the problem of sparse spatial resolution and large amounts of noise in low dose positron emission tomography (PET) imaging reconstruction. Two types of objective function were established based on two statistical models of measured PET data, least-square (LS) TV for the Gaussian distribution and Poisson-TV for the Poisson distribution. To efficiently obtain high quality reconstructed images, the alternating direction method (ADM) is used to solve these objective functions. As compared with the iterative shrinkage/thresholding (IST) based algorithms, the proposed ADM can make full use of the TV constraint and its convergence rate is faster. The performance of the proposed approach is validated through comparisons with the expectation-maximization (EM) method using synthetic and experimental biological data. In the comparisons, the results of both LS-TV and Poisson-TV are taken into consideration to find which models are more suitable for PET imaging, in particular low-dose PET. To evaluate the results quantitatively, we computed bias, variance, and the contrast recovery coefficient (CRC) and drew profiles of the reconstructed images produced by the different methods. The results show that both Poisson-TV and LS-TV can provide a high visual quality at a low dose level. The bias and variance of the proposed LS-TV and Poisson-TV methods are 20% to 74% less at all counting levels than those of the EM method. Poisson-TV gives the best performance in terms of high-accuracy reconstruction with the lowest bias and variance as compared to the ground truth (14.3% less bias and 21.9% less variance). In contrast, LS-TV gives the best performance in terms of the high contrast of the reconstruction with the highest CRC

    Temporal Relational Modeling with Self-Supervision for Action Segmentation

    No full text
    Temporal relational modeling in video is essential for human action understanding, such as action recognition and action segmentation. Although Graph Convolution Networks (GCNs) have shown promising advantages in relation reasoning on many tasks, it is still a challenge to apply graph convolution networks on long video sequences effectively. The main reason is that large number of nodes (i.e., video frames) makes GCNs hard to capture and model temporal relations in videos. To tackle this problem, in this paper, we introduce an effective GCN module, Dilated Temporal Graph Reasoning Module (DTGRM), designed to model temporal relations and dependencies between video frames at various time spans. In particular, we capture and model temporal relations via constructing multi-level dilated temporal graphs where the nodes represent frames from different moments in video. Moreover, to enhance temporal reasoning ability of the proposed model, an auxiliary self-supervised task is proposed to encourage the dilated temporal graph reasoning module to find and correct wrong temporal relations in videos. Our DTGRM model outperforms state-of-the-art action segmentation models on three challenging datasets: 50Salads, Georgia Tech Egocentric Activities (GTEA), and the Breakfast dataset. The code is available at https://github.com/redwang/DTGRM
    • …
    corecore