102 research outputs found
Recommended from our members
Numerical study of the steady/unsteady multibody interaction in ship propulsion systems
The goal of this research is to reduce the computational cost of a fully unsteady RANS simulation for the multibody interaction problems in the ship propulsion system. To achieve this, the boundary element method (BEM) can be coupled with a RANS solver. The rapid-changing propeller-induced flow is first decoupled from the slow-changing or steady total flow. While RANS can be used to calculate the total flow, BEM is applied to the propeller-induced flow. By representing the propeller blades by a body force field and a mass source field, it becomes possible for RANS to use a larger time step size (or even run as a steady problem) and a smaller number of cells. The use of BEM to handle the propeller-induced flow improves the numerical efficiency and also provides a framework for sheet cavitation predictions.
Depending on the level of simplifications, the coupled BEM/RANS scheme can be implemented by three different approaches: the unsteady approach, the time-averaged non-axisymmetric approach, and the time-averaged axisymmetric approach. All of the three approaches are described in this dissertation, as well as some numerical studies on different body force distribution models, mass source models, effective wake calculation models, etc. Then, the scheme is validated by several simple cases in which the propeller’s interaction with upstream bodies is not considered. Finally, the scheme is applied to a hull-propeller-rudder interaction problem and a contra-rotating propeller problem.Civil, Architectural, and Environmental Engineerin
Recommended from our members
Ethical Marketing AI?A Structured Literature Review of the Ethical Challenges Posed by Artificial Intelligence in the Domains of Marketing and Consumer Behavior
With the increasing use of AI in marketing, ethical repercussions are beginning to emerge. From privacy issues, through discrimination of marginalized groups, to emergent systemic social distortions, AI is changing the marketing ethical landscape. In this paper we conduct a structured literature review of the emerging ethical issues posed by AI in the domains of marketing and consumer behavior. We identify three clusters of ethical issues (algorithm, society and existential) and map these to the marketing domains of systems, brands, and consumers. We conclude that the field of ethical marketing AI is still very much in its infancy, but such is the rate of development ethical marketing AI is likely to become important field for academics and practitioners alike
FastDeepIoT: Towards Understanding and Optimizing Neural Network Execution Time on Mobile and Embedded Devices
Deep neural networks show great potential as solutions to many sensing
application problems, but their excessive resource demand slows down execution
time, pausing a serious impediment to deployment on low-end devices. To address
this challenge, recent literature focused on compressing neural network size to
improve performance. We show that changing neural network size does not
proportionally affect performance attributes of interest, such as execution
time. Rather, extreme run-time nonlinearities exist over the network
configuration space. Hence, we propose a novel framework, called FastDeepIoT,
that uncovers the non-linear relation between neural network structure and
execution time, then exploits that understanding to find network configurations
that significantly improve the trade-off between execution time and accuracy on
mobile and embedded devices. FastDeepIoT makes two key contributions. First,
FastDeepIoT automatically learns an accurate and highly interpretable execution
time model for deep neural networks on the target device. This is done without
prior knowledge of either the hardware specifications or the detailed
implementation of the used deep learning library. Second, FastDeepIoT informs a
compression algorithm how to minimize execution time on the profiled device
without impacting accuracy. We evaluate FastDeepIoT using three different
sensing-related tasks on two mobile devices: Nexus 5 and Galaxy Nexus.
FastDeepIoT further reduces the neural network execution time by to
and energy consumption by to compared with the
state-of-the-art compression algorithms.Comment: Accepted by SenSys '1
Recommended from our members
How to apply for financial aid: Exploring perplexity and jargon in texts for non-expert audiences
Remapping the Sport Brandscape: A Structured Review and Future Direction for Sport Brand Research
Despite consistent interest in sport brands and the multitude of brands in the sport ecosystem, extant knowledge remains fragmented and unstructured. The purpose of this study is to integrate and synthesize extant sport brand research, appraise the current state of knowledge, and suggest future research directions. Following structured literature review guidelines, we coded 179 peer-reviewed articles published in four leading sport management journals between 2000 and 2020. Results reveal increased publications in sport brand research within the four examined journals, as well as opportunities to increase theoretical and methodological rigor. Based on the mapping and critical review of extant literature, we introduce the Sport Brand Ecosystem and Environment and discuss two distinct and complementary areas related to theory and research designs and topical domains to address existent concerns and guide future research directions.</p
Non-Fungible Tokens: A Research Primer and Implications for Sport Management
Non-fungible tokens (NFTs) have gained considerable media attention and sparked growing public interest. NFTs are unique units of data recorded on a permanent ledger or blockchain. NFTs are used to record ownership of both physical and digital goods. Prominent sport organizations have embraced NFTs for innovative growth opportunities such as generating revenue via novel digital products (e.g., digital collectibles). For example, the National Basketball Association (NBA) launched NBA Top Shot, an online marketplace to buy and sell digital sports highlights. Sport organizations are exploring future innovation opportunities where there is a need to reliably track and verify authenticity or ownership of digital or digitizable assets. This includes existing sport products (e.g., tickets) and novel fan engagement initiatives. To benefit from NFTs, sport managers need to reconceptualize how sport is marketed and managed in a digital domain. The purpose of this research primer is to acquaint readers with key concepts related to NFTs. Specifically, we provide an overview of NFTs, offer a review of the brief history of NFTs, conceptualize NFTs via parallels with collectibles, and address the speculative nature of the NFT market. We conclude by outlining innovative growth opportunities of NFTs for sport managers and future research directions for sport management scholars
A Generalized Packing Server for Scheduling Task Graphs on Multiple Resources
This paper presents the generalized packing server. It reduces the problem of scheduling tasks with precedence constraints on multiple processing units to the problem of scheduling independent tasks. The work generalizes our previous contribution made in the specific context of scheduling Map/Reduce workflows. The results apply to the generalized parallel task model, introduced in recent literature to denote tasks described by workflow graphs, where some subtasks may be executed in parallel subject to precedence constraints. Recent literature developed schedulability bounds for the generalized parallel tasks on multiprocessors. The generalized packing server, described in this paper, is a run-time mechanism that packs tasks into server budgets (in a manner that respects precedence constraints) allowing the budgets to be viewed as independent tasks by the underlying scheduler. Consequently, any schedulability results derived for the independent task model on multiprocessors become applicable to generalized parallel tasks. The catch is that the sum of capacities of server budgets exceeds by a certain ratio the sum of execution times of the original generalized parallel tasks. Hence, a scaling factor is derived that converts bounds for independent tasks into corresponding bounds for generalized parallel tasks. The factor applies to any work-conserving scheduling policy in both the global and partitioned multiprocessor scheduling models. We show that the new schedulability bounds obtained for the generalized parallel task model, using the aforementioned conversion, improve in several cases upon the best known bounds in current literature. Hence, the packing server is shown to improve the schedulability of generalized parallel tasks. Evaluation results confirm this observation.Ope
Unified Off-Policy Learning to Rank: a Reinforcement Learning Perspective
Off-policy Learning to Rank (LTR) aims to optimize a ranker from data
collected by a deployed logging policy. However, existing off-policy learning
to rank methods often make strong assumptions about how users generate the
click data, i.e., the click model, and hence need to tailor their methods
specifically under different click models. In this paper, we unified the
ranking process under general stochastic click models as a Markov Decision
Process (MDP), and the optimal ranking could be learned with offline
reinforcement learning (RL) directly. Building upon this, we leverage offline
RL techniques for off-policy LTR and propose the Click Model-Agnostic Unified
Off-policy Learning to Rank (CUOLR) method, which could be easily applied to a
wide range of click models. Through a dedicated formulation of the MDP, we show
that offline RL algorithms can adapt to various click models without complex
debiasing techniques and prior knowledge of the model. Results on various
large-scale datasets demonstrate that CUOLR consistently outperforms the
state-of-the-art off-policy learning to rank algorithms while maintaining
consistency and robustness under different click models
Atmospheric Deposition of Inorganic Elements and Organic Compounds at the Inlets of the Venice Lagoon
The Venice Lagoon is subjected to long-range transport of contaminants via aerosol from the near Po Valley. Moreover, it is an area with significant local anthropogenic emissions due to the industrial area of Porto Marghera, the urban centres, and the glass factories and with emissions by ships traffic within the Lagoon. Furthermore, since 2005, the Lagoon has also been affected by the construction of the MOSE (Modulo Sperimentale Elettromeccanico—Electromechanical Experimental Module) mobile dams, as a barrier against the high tide. This work presents and discusses the results from chemical analyses of bulk depositions, carried out in different sites of the Venice Lagoon. Fluxes of pollutants were also statistically analysed on PCA with the aim of investigating the spatial variability of depositions and their correlation with precipitations. Fluxes of inorganic pollutants depend differently on precipitations, while organic compounds show a more seasonal trend. The statistical analysis showed that the site in the northern Lagoon has lower and almost homogeneous fluxes of pollutants, while the other sites registered more variable concentrations. The study also provided important information about the annual trend of pollutants and their evolution over a period of about five years, from 2005 to 2010
- …