abstract
stringlengths
122
9.25k
authors
stringlengths
9
1.14k
title
stringlengths
47
461
instruction
stringclasses
1 value
__index_level_0__
int64
20
1,000k
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Wireless transmission based on cooperation promises to bring performance improvements in multi-node networks. Several cooperative schemes have appeared in the literature, and in most cases have been assessed under simplified assumptions for the channel model. Experimental data for cooperative transmission are difficult to obtain because they should provide simultaneous characterization of at least three links. present measurements that involve two access points (APs) and two user terminals, each of which is equipped with 4 antennas, in an indoor office environment. The data indeed allow for the simultaneous characterization of the multiple input-multiple output (MIMO) links from the APs to the user terminals and beten the user terminals. use these measurements to practically assess several schemes for cooperative transmission.
['Persefoni Kyritsi', 'Petar Popovski', 'Patrick Claus F. Eggers', 'Yuanye Wang', 'Danish Ahmed Khan', 'Anne-Lise Bouaziz', 'Beatrice Pietrarca', 'Giovanni Sasso']
I am writing a research paper on a idea Cooperative Transmission: A Reality Check Using Experimental Data
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
375,689
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: In order to develop the engineers of the future, engineering departments need to embrace innovative, student-centered practices. The development and sustained growth of organizational improvement practices like those needed to improve engineering education depend upon an institutions' or departments' collective and individualized attention to human resources, leadership, knowledge development, revenue development and opportunities for continuous engagement. The literature in engineering education related to sustainability and curricular change indicates initial training and dissemination is necessary though not sufficient for change to take root, that all change agents need mentoring, collaboration opportunities, and venues for sharing their work, that innovative practices may vary across settings, and that a systemic effort needs continuous attention to remain robust. The paper provides CAHSI as an example of sustained innovation, and details the ways in which CAHSI was designed for sustained impact in engineering education across partnering Hispanic Serving Institutions. The paper highlights programmatic considerations and evaluation design, and describes how the results can inform leadership regarding progress and needs for sustaining change.
['Sarah Hug', 'Heather Thiry', 'Ann Q. Gates']
I am writing a research paper on a idea Strategies for sustaining change in engineering education
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
566,005
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: This erratum corrects a number of minor misprints and restates poorly worded phrases that appeared in [Discrete Dynamical Systems in Multiple Target and Alternate SELEX, SIAM J. Appl. Dyn. Syst., 2015, 14, pp. 1048--1101].
['Howard A. Levine', 'Yeon-Jung Seo']
I am writing a research paper on a idea Erratum: Discrete Dynamical Systems in Multiple Target and Alternate SELEX
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
827,252
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Refactoring, the activity of changing source code design without affecting its external behavior, is a widely used practice among developers, since it is considered to positively affect the quality of software systems. Hover, there are some "human factors" to be considered while performing refactoring, including developers knowledge of systems architecture. Recent studies shod how much "people" metrics, such as code ownership, might affect software quality as ll. In this preliminary study investigated the relationship beten code ownership and refactoring activity performed by developers. This study can provide useful insights on who performs refactoring and help team leaders to properly manage human resources during software development.
['Matteo Orrù', 'Michele Marchesi']
I am writing a research paper on a idea A case study on the relationship between code ownership and refactoring activities in a Java software system
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
746,162
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: The focus of this paper is to understand storage costs of emulating an atomic shared memory over an asynchronous, distributed message passing system. Previous literature has developed several shared memory emulation algorithms based on replication and erasure coding techniques, and analyzed the storage costs of the proposed algorithms. , present the first known information-theoretic lor bounds on the storage costs incurred by shared memory emulation algorithms. Our storage cost lor bounds are universally applicable, that is, make no assumption on the structure of the algorithm or the method of encoding the data. consider an arbitrary algorithm A that implements an atomic multi-writer-single-reader (MWSR) shared memory variable whose values come from a finite set V over a system of N servers connected by point-to-point asynchronous links. require that in every fair execution of algorithm A where the number of server failures is smaller than a parameter f, every operation invoked at a non-failing client terminates. define the storage cost of a server in algorithm A as the logarithm (to base 2) of the number of states it can take on; the total storage cost of algorithm A is the sum of the storage cost of all servers. Previously, it was known that the storage cost cannot be smaller than N / N ? f log 2 | V |. develop three new lor bounds on the storage cost of algorithm A . In our first lor bound, show that if algorithm A does not use server gossip, then the total storage cost is lor bounded by 2 N / N - f +1}log 2 | V |-- o (log 2 | V |). In our second lor bound show that the total storage cost is at least 2 N / N - f +2} log 2 | V |-- o (log 2 | V |) even if the algorithm uses server gossip. In our third lor bound, consider algorithms where the write protocol sends information about the value in at most one phase. For such algorithms, show that the total storage cost is at least v * N / N - f + v *-1 log 2 (| V |)-- o (log 2 (| V |), where v * is the minimum of f +1 and the number of active write operations of an execution. Our first and second lor bounds are approximately twice as strong as the previously known bound of N / N - f log 2 | V |}. Furthermore, our first two lor bounds apply even for regular, single-writer single-reader (SWSR) shared memory emulation algorithms. Our third lor bound is much larger than our first and second lor bounds, although it is applicable to a smaller class of algorithms where the write protocol has certain restrictions. In particular, our third bound is comparable to the storage cost achieved by most shared memory emulation algorithms in the literature, which naturally fall under the class of algorithms studied. Our proof ideas are inspired by recent results in coding theory.
['Viveck R. Cadambe', 'Zhiying Wang', 'Nancy A. Lynch']
I am writing a research paper on a idea Information-Theoretic Lower Bounds on the Storage Cost of Shared Memory Emulation
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
784,502
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: LUDUS: Serious Gaming Initiatives in South East Europe.
['György Kovács']
I am writing a research paper on a idea LUDUS: Serious Gaming Initiatives in South East Europe.
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
748,477
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: A class of nonlinear CPM signals is introduced by extending nonlinear CPFSK signals to other forms of frequency pulses. The distance results and spectral properties of nonlinear CPM signals are reported. Bit error probabilities of nonlinear CPM signals are simulated in presence of adjacent channel interference. >
['John P. Fonseka', 'Rongqiang Mao']
I am writing a research paper on a idea Nonlinear continuous phase modulation
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
466,798
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: describe a new model for studying intermittently connected mobile networks, based on Markovian random temporal graphs, that captures the influence of message size, maximum tolerated delay and link stability on the delivery ratio.
['John Whitbeck', 'Vania Conan', 'Marcelo Dias de Amorim']
I am writing a research paper on a idea Tuning message size in opportunistic mobile networks
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
430,025
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: considers the stability of haptic interface that interacts with rigid virtual objects. Human arm is characterized with a linear time-invariant second-order impedance model, and a response model to the simulated force. Nonlinear virtual coupling is designed based on the human response model. This provides with less conservative constraint for the design of the stable haptic interface.
['Moon Hwan Lee', 'Doo Yong Lee']
I am writing a research paper on a idea Stability of haptic interface using nonlinear virtual coupling
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
45,711
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Considers the problem of broadcasting multiple messages from one processor to many processors in the k-port model for message-passing systems. In such systems, processors communicate in rounds, where in every round, each processor can send k messages to k processors and can receive k messages from k processors. , first present a simple and practical algorithm based on variations of k complete k-ary trees. then present an optimal algorithm up to an additive term of one for this problem, for any number of processors, any number of messages and any value for k.
['Amotz Bar-Noy', 'Ching-Tien Ho']
I am writing a research paper on a idea Broadcasting multiple messages in the multiport model
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
500,098
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: A software tool named TOSCA (Tool for Oversampled Switched-Capacitor A/D Converter Analysis) is described. The simulator is behavioral, general purpose and fully user-friendly. Because a set of basic building blocks is available, generic switched-capacitor noise-shaping A/D converters can be analyzed simply by building netlist file. Two hierarchical levels have been considered for circuit description: block level for subcircuits like quantizers and digital filters, and component level for subcircuits like the integrators where switches, capacitors and operational amplifiers are used as building elements. The developed models allow the most relevant nonideal parameters of the components to be taken into account, and a set of postprocessing facilities allows extensive analysis of the circuits. The program is written in C language, uses dynamic memory allocation, and is very fast. >
['Valentino Liberali', 'V.F. Dias', 'Marco Ciapponi', 'Franco Maloberti']
I am writing a research paper on a idea TOSCA: a simulator for switched-capacitor noise-shaping A/D converters
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
274,708
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: , address some flaws in the material allocation function of Materials Requirements Planning (MRP). The problem formulation differs from standard MRP logic in certain important ways: start and finish times for orders are forced to be realistic and material allocations are made to minimize the total tardiness penalty associated with late completion. show that the resulting MRP material allocation problem is NP-hard in the strong sense. A lor bound and a heuristic are developed from a mixed integer linear formulation and its Lagrangean relaxation. The lor bound and the heuristics are closer to the optimum in cases where there is either abundant material or considerable competition for material; in intermediate cases, small perturbations in material allocation can have a significant effect. A group of heuristics based on the MRP approach and its modifications is examined; they are optimal under certain conditions. An improvement method that preserves priorities inherent in any given starting solution is also presented. The Lagrangean heuristic performs better than the MRP based heuristics for a set of 3900 small problems, yielding solutions that are about 5% to 10% over the optimal. The best MRP based heuristic does about as ll as the Lagrangean heuristic on a set of 120 larger problems, and is 25% to 40% better than the standard MRP approach, on the data sets tested.
['Uday S. Karmarkar', 'Ramakrishnan S. Nambimadom']
I am writing a research paper on a idea Material Allocation in MRP with Tardiness Penalties
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
970,746
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Background: The presence of comorbid conditions is strongly related to survival and also affects treatment choices in cancer patients. This comorbidity is often quantified by the Charlson Comorbidity Index (CCI) using specific ights (1, 2, 3, or 6) for different comorbidities. It has been shown that the CCI increases at different times and with different sizes, so that traditional time to event analysis is not adequate to assess these temporal changes. Here, present a method to model temporal changes in CCI in cancer patients using data from PCBaSe Sden, a nation-wide population-based prospective cohort of men diagnosed with prostate cancer. Our proposed model is based on the assumption that a change in comorbidity, as quantified by the CCI, is an irreversible one-way process, i.e., CCI accumulates over time and cannot decrease. Methods: CCI was calculated based on 17 disease categories, which re defined using ICD-codes for discharge diagnoses in the National Patient Register. A state transition model in discrete time steps (i.e., four eks) was applied to capture all changes in CCI. The transition probabilities re estimated from three modelling steps: 1) Logistic regression model for vital status, 2) Logistic regression model to define any changes in CCI, and 3) Poisson regression model to determine the size of CCI change, with an additional logistic regression model for CCI changes ≥ 6. The four models combined yielded parameter estimates to calculate changes in CCI with their confidence intervals. Results: These methods re applied to men with low-risk prostate cancer who received active surveillance (AS), radical prostatectomy (RP), or curative radiotherapy (RT) as primary treatment. There re large differences in CCI changes according to treatment. Conclusions: Our method to model temporal changes in CCI efficiently captures changes in comorbidity over time with a small number of regression analyses to perform – which would be impossible with tradition time to event analyses. Hover, our approach involves a simulation step that is not yet included in standard statistical software packages. In our prostate cancer example shod that there are large differences in development of comorbidities among men receiving different treatments for prostate cancer.
['Lars Lindhagen', 'Mieke Van Hemelrijck', 'D. Robinson', 'P. Stattin', 'Hans Garmo']
I am writing a research paper on a idea How to model temporal changes in comorbidity for cancer patients using prospective cohort data
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
574,594
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Significant advances in the field of configurable computing have enabled parallel processing within a single Field-Programmable Gate Array (FPGA) chip. presents the implementation of a flexible and programmable Single Instruction Multiple Data (SIMD) processing system on FPGA that can be adapted to the application. Its implementation is based on an IP (Intellectual Property) assembling approach making its design fast and easy. A generation tool is also developed to generate the SIMD configuration depending on the application requirements. The proposed parallel processing system on chip is portable, scalable and flexible since it can be customized to match the needs of a data parallel application. Based on FPGA, different SIMD configurations have been evaluated in terms of performance and area trade-offs. The proposed parametric system shows good results executing some signal processing applications such as parallel matrices multiplication, FIR filter and RGB to YIQ image color conversion.
['Mouna Baklouti', 'Mohamed Abid', 'Philippe Marquet', 'Jean Luc Dekeyser']
I am writing a research paper on a idea IP Based Configurable SIMD Massively Parallel SoC
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
286,449
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: The Stream Control Transmission Proto- col (SCTP) is a relatively new transport protocol. It has several underlying mechanisms that are similar to the Transmission Control Protocol (TCP), as ll as several improvements that are important in certain classes of applications. The timeout scheme of SCTP, hover, is almost identical to that used in TCP. With the dynamics of today’s Internet, that timeout scheme may be too passive. presents an al- gorithm which dynamically adjusts the overall context of the retransmission timeout process without chang- ing the fundamental retransmission mechanisms. This approach manages the impact of fast retransmissions and timeouts to significantly improve the throughput of SCTP applications. The algorithm has been im- plemented and tested in real network environments. Experimental results show that the algorithm avoids spurious retransmissions and provides better through- put by intelligently managing RTO boundaries and allowing conventional timeout schemes to participate more actively in the retransmission process.
['Stan McClellan', 'Wuxu Peng', 'Eduardo Gonzalez']
I am writing a research paper on a idea Improving Throughput in SCTP via Dynamic Optimization of Retransmission Bounds
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
582,974
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: In a given binary image, identify two disjoint sets of image subblocks of varying size which call range blocks and domain blocks. The range blocks form a partition of the image called a self-referential partition because each range block is represented via a pointer to a matching domain block. The encoder transmits encoded versions of these pointers together with one pixel from each domain block. This information, when decoded, allows progressive reconstruction of the image. On several archival images, our progressive lossless image coder gave better compression performance than that provided by the 2-D Lempel-Ziv (1986) algorithm, multi-window quadtree coding, and Huffman coding of runlengths. The progressive image coder is fast and has a worst-case redundancy performance better than the best currently known worst-case redundancy upper bound for the 2-D Lempel-Ziv algorithm.
['John C. Kieffer', 'Trevor Park', 'Y. Xu', 'Sidney Yakowitz']
I am writing a research paper on a idea Progressive lossless image coding via self-referential partitions
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
415,791
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Graphene nanoribbon field effect transistor is considered as a next-generation device. In this study, effect on device performance parameters such as on and off state currents, cut-off frequency, delay and transconductance at different source and drain (S/D) doping concentrations is investigated. It is observed that changing the S/D doping concentrations has an impact on band-to-band tunnelling which affects the device performance. This study also reveals that the minimum conductivity point, i.e. Dirac point decreases with increase in doping concentration. The obtained results are based on non-equilibrium Green's function formalism, along with pz orbital band model. Poisson's equation solver is used to calculate the electrostatic potential. The results obtained show that the device performance greatly depends on the S/D doping concentration.
['Jasleen Kaur', 'Anita Kumari']
I am writing a research paper on a idea Impact of source/drain doping concentration on graphene nanoribbon field effect transistor performance
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
846,757
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: The paper describes the use of formal development methods on an industrial safety-critical application. The Z notation was used for documenting the system specification and part of the design, and the SPARK subset of Ada was used for coding. Hover, perhaps the most distinctive nature of the project lies in the amount of proof that was carried out: proofs re carried out both at the Z level (approximately 150 proofs in 500 pages) and at the SPARK code level (approximately 9000 verification conditions generated and discharged). The project was carried out under UK Interim Defence Standards 00-55 and 00-56, which require the use of formal methods on safety-critical applications. It is believed to be the first to be completed against the rigorous demands of the 1991 version of these standards. The paper includes comparisons of proof with the various types of testing employed, in terms of their efficiency at finding faults. The most striking result is that the Z proof appears to be substantially more efficient at finding faults than the most efficient testing phase. Given the importance of early fault detection, believe this helps to show the significant benefit and practicality of large-scale proof on projects of this kind.
['Steve King', 'Jonathan Hammond', 'Roderick Chapman', 'Andy Pryor']
I am writing a research paper on a idea Is proof more cost-effective than testing?
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
513,265
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Evolved UTRA and UTRAN is being standardized in 3GPP standard group as a long term evolution of the 3GPP radio-access technology. The goal is to achieve 2-4 times the spectral efficiency and user throughput and much smaller latency compared to HSDPA/HSUPA. Single carrier FDMA (e.g. DFT-SOFDM) is the multiple access technique of choice for uplink transmission. Interference control is one of the key elements to achieve the target spectral efficiency and user cell- edge performance requirement, especially for uplink. , interference mitigation is implemented through slow fractional por control and interference coordination through UE alignment and FDM resource allocation. Simulation results show that these techniques significantly improve uplink sector and cell edge user throughput performance.
['Weimin Xiao', 'Rapeepat Ratasuk', 'Amitava Ghosh', 'Robert Love', 'Yakun Sun', 'Ravi Nory']
I am writing a research paper on a idea Uplink Power Control, Interference Coordination and Resource Allocation for 3GPP E-UTRA
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
452,180
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: A simple time domain matrix description of the intersymbol and interchannel interference (ISI/ICI) existing in multicarrier modulation schemes with guard interval is presented; it is exploited for the design of two fast algorithms for computation of the ISI/ICI por spectral density. The discussion is carried out for an ADSL modem with a general guard interval, including cyclic prefix and trailing zeros as special cases. The proposed algorithms can be utilized for estimation of the modem bitrate, for example during optimization of the time equalization (TEQ) filter.
['Tomasz Twardowski', 'Tomasz P. Zielinski']
I am writing a research paper on a idea Fast estimation of power spectral density of ISI/ICI interferences for ADSL modem
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
137,314
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: , focus on the decode-and-forward (DF) cooperative networks with relay selection. Many detection schemes have been proposed for the DF; but it has been shown that the cooperative maximum ratio combining (C-MRC) can achieve almost the same performance as the optimum maximum likelihood detector and has a much lor complexity. Therefore, first combine the C-MRC with the relay selection and show that it achieves the full diversity order by deriving an upper bound of its average bit error rate (BER). In order to reduce the signaling overhead in the C-MRC with relay selection, a novel detection scheme, namely product MRC (P-MRC), is proposed for the DF and it achieves the same diversity order as the C-MRC. Then combine the P-MRC with the relay selection and show that it achieves the full diversity order by deriving an upper bound of its average BER.
['Zhihang Yi', 'Il-Min Kim']
I am writing a research paper on a idea Decode-and-Forward Cooperative Networks with Relay Selection
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
418,109
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Big data analytics for traffic accidents is a hot topic and has significant values for a smart and safe traffic in the city. Based on the massive traffic accident data from October 2014 to March 2015 in Xiamen, China, propose a novel accident occurrences analytics method in both spatial and temporal dimensions to predict when and where an accident with a specific crash type will occur consequentially by whom. Firstly, analyze and visualize accident occurrences in both temporal and spatial view. Second, illustrate spatio-temporal visualization results through two case studies in multiple road segments, and the impact of ather on crash types. These findings of accident occurrences analysis and visualization would not only help traffic police department implement instant personnel assignments among simultaneous accidents, but also inform individual drivers about accident-prone sections and the time span which requires their most attention.
['Xiaoliang Fan', 'Baoqin He', 'Cheng Wang', 'Jonathan Li', 'Ming Cheng', 'Huaqiang Huang', 'Xiao Liu']
I am writing a research paper on a idea Big Data Analytics and Visualization with Spatio-Temporal Correlations for Traffic Accidents
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
632,428
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Hedonic information systems are those that are used primarily for pleasure. Previous research has established that the intention to use hedonic information systems is explained mainly by perceived ease of use and perceived enjoyment, with perceived usefulness to one's job being given less importance. Facebook could be seen as a hedonic information system. employs a cross-sectional survey of 178 professionals who used Facebook to various degrees. Predictably, the authors' empirical results show that perceived enjoyment is indeed a much stronger determinant of intended continued Facebook use than ease of use or usefulness to one's job, explaining a considerable proportion of variance in continued use behavior. The authors also find that ease of use is a strong determinant of perceived enjoyment. Interestingly, their results suggest that intended continued Facebook use is significantly and positively associated with job performance, both directly and indirectly via job satisfaction.
['Ned Kock', 'Murad Moqbel', 'Kevin Barton', 'Valerie Bartelt']
I am writing a research paper on a idea Intended Continued Use Social Networking Sites:: Effects on Job Satisfaction and Performance
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
853,061
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Tools and a design methodology have been developed to support partial run-time reconfiguration of FPGA logic on the Field Programmable Port Extender. High-speed Internet packet processing circuits on this platform are implemented as Dynamic Hardware Plugin (DHP) modules that fit within a specific region of an FPGA device. The PARBIT tool has been developed to transform and restructure bitfiles created by standard computer aided design tools into partial bitsteams that program DHPs. The methodology allows the platform to hot-swap application-specific DHP modules without disturbing the operation of the rest of the system.
['Edson L. Horta', 'John W. Lockwood', 'David E. Taylor', 'David B. Parlour']
I am writing a research paper on a idea Dynamic hardware plugins in an FPGA with partial run-time reconfiguration
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
372,837
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: The Hirschfeld-Gebelein-Renyi maximal correlation (HGR correlation) as a measure of commonness beten a pair of random variables is justified via the initial efficiency of common randomness generation in the Ahlsde-Csisza´r setting [1]. When action can be taken to influence the side information, obtain a single letter expression of the common randomness capacity. Initial efficiency and ending efficiency are also characterized in the action setting.
['Lei Zhao', 'Yeow-Khiang Chia']
I am writing a research paper on a idea The efficiency of common randomness generation
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
942,027
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: A method for efficient complication of circuits which is used in a commercially available fault grader is described. Data structures and algorithms are presented which can be used in processing circuits in a textural or schematic format. Performance is documented by showing the results for various circuits. It is shown that on the average, the compiler can process 2000 lines of CDL text per minute, and the loader and flattener process 10300 flattened nets per minute. These times show that incremental circuit changes can be performed in analysis tools without using a separate complication procedure. This efficiency is possible by creating data structures which require minimal manipulation and by the organization of data in the circuit library. Memory utilization is kept to a minimum by optimizing the location of circuit information on the data structures. >
['William C. Diss']
I am writing a research paper on a idea Circuit compilers don't have to be slow
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
431,327
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: A robust finite time sliding mode control strategy is proposed in this paper for a flexible air-breathing hypersonic vehicle (FAHV) model with aerodynamic parameter uncertainty. The strong coupling among the aerodynamics, the propulsion system and the flexibility effects makes the problem more challenging. Firstly, to reduce the complexity of the controller design, the FAHV model is transformed into three subsystems (velocity subsystem, altitude and flight path angle subsystem, attack of angle and pitch rate subsystem). Secondly, based on super-twisting algorithm, a novel finite time disturbance observer and an improved sliding mode controller are designed to ensure the finite time stability of each subsystem. The proposed disturbance observer can estimate the uncertainty and the derivative of virtual control in finite time. Finally, simulation results are presented to show the precision and rapidness in tracking the reference trajectory and validate the effectiveness of the designed controller.
['Qun Zong', 'Qi Dong', 'Fang Wang', 'Bailing Tian']
I am writing a research paper on a idea Super twisting sliding mode control for a flexible air-breathing hypersonic vehicle based on disturbance observer
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
633,675
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: The vision of service personalization for mobile communication environments entails context sensitive service provisioning. The realization of such customizable smart spaces necessitates acquisition and processing of modality context information from a variety of devices in the ambient environment. The heterogeneity of available device capabilities and description formats brings new challenges for a context reasoning engine that formulates content delivery decisions. Specifically, to ensure interoperability with existing application logic, the enabling components should support semantic queries. Secondly, situations where variously formatted context input may not provide enough information to ansr queries, should be intelligently handled. Towards this aim, this paper discusses a context reasoning and query interface component as part of a service context manager (SCM) framework that supports semantic querying and handles incomplete context information through a rule-based mechanism. The validation of the approach is provided by showing the mapping of disparate UAProf and UPnP descriptions into the framework and querying of supported modality services.
['Suparna De', 'Klaus Moessner']
I am writing a research paper on a idea Ontology-based context inference and query for mobile devices
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
187,548
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: In general, cyclic prefix (CP), zero padding (ZP) or fixed symbol padding (FP) can be seen as the guard interval (GI) for data transmitting. By inserting enough long GI, can remove inter-block interference (IBI) completely, and the signal distortion due to multi-path environment can be simply compensated by frequency domain equalization (FDE). But on the other hand, the system bandwidth efficiency will be decreased due to the redundancy of GI and additional channel estimation pilots. proposes a new scheme to estimate channel state with the help of our special type GI and presents the FDE scheme based on the proposed GI system
['Li Wei', 'Chen Ming', 'Shixing Cheng', 'Haifeng Wang']
I am writing a research paper on a idea Different known guard intervals for single-/multi-carrier transceiver
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
37,265
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: The YAWL language is based on the so-called workflow patterns and is supported by an open-source workflow management system. Until recently, YAWL emphasized the process perspective, i.e., control-flow. As a result, YAWL is superior with respect to this perspective. Hover, issues associated with the resource perspective, i.e., the people and machines actually doing the work, have been largely neglected. Although the process perspective is of most significance, appropriate consideration of the resource perspective is essential for the successful implementation of workflow technology. To address this have developed a set of 43 resource patterns. These patterns capture the various ways in which resources can be represented and utilized in workflows. describes a work-list handler based on these patterns. The goal of this work-list handler is to make YAWL also superior with respect to the resource perspective. The work-list handler is named YAWL RA (YAWL Resource Allocation) and has been realized using the service-oriented architecture of the YAWL system.
['Huixin Tan', 'W. M. P. van der Aalst']
I am writing a research paper on a idea Implementation of a YAWL Work-List Handler based on the Resource Patterns
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
521,382
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: IPD - The Immuno-Polymorphism Database
['James Robinson', 'Matthew J. Waller', 'Christian A. Garcia', 'Peter Stoehr', 'S. G. E. Marsh']
I am writing a research paper on a idea IPD - The Immuno-Polymorphism Database
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
645,359
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: The performance of K-means clustering depends on the initial guess of partition. motivate theoretically and experimentally the use of a deterministic divisive hierarchical method, which refer to as PCA-Part (principal components analysis partitioning) for initialization. The criterion that K-means clustering minimizes is the SSE (sum-squared-error) criterion. The first principal direction (the eigenvector corresponding to the largest eigenvalue of the covariance matrix) is the direction which contributes the largest SSE. Hence, a good candidate direction to project a cluster for splitting is, then, the first principal direction. This is the basis for PCA-Part initialization method. Our experiments reveal that generally PCA-Part leads K-means to generate clusters with SSE values close to the minimum SSE values obtained by one hundred random start runs. In addition, this deterministic initialization method often leads K-means to faster convergence (less iterations) compared to random methods. Furthermore, also theoretically show and confirm experimentally on synthetic data when PCA-Part may fail.
['Ting Su', 'Jennifer G. Dy']
I am writing a research paper on a idea A deterministic method for initializing K-means clustering
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
126,219
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: This study proposes a multi-agent based architecture to support the intelligent home environment (IHE) control with an assistive user interface. The architecture is composed of six different agents (including assistive user interface, broke, appliance control, security surveillance, environmental monitoring, and communication agents) and an IHE controller. They interact in coordination and cooperation with each other to achieve the multi-goals of IHE control. The assistive user interface agent is designed to accommodate special dialogue needs such as screen reading, text conversation, and graphic user interface adapting. The hardware design is also proposed to support easy deployment. The JADE framework is employed in the multi-agent system development process with the support of PTK CASE tool. A case application is conducted thereafter by our research group for a case with severe spinal cord injuries.
['Chih-Hsien Liang', 'Wei-Sheng Hung', 'Ming-Che Hsieh', 'Chung-Min Wu', 'Chin-Hsing Luo']
I am writing a research paper on a idea A Multi-agent Based Architecture for an Assistive User Interface of Intelligent Home Environment Control
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
115,400
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: proposes a Scalable Internet Bandwidth Reservation Architecture (SIBRA) as a new approach against DDoS attacks, which, until now, continue to be a menace on today's Internet. SIBRA provides scalable inter-domain resource allocations and botnet-size independence, an important property to realize why previous defense approaches are insufficient. Botnet-size independence enables two end hosts to set up communication regardless of the size of distributed botnets in any Autonomous System in the Internet. SIBRA thus ends the arms race beten DDoS attackers and defenders. Furthermore, SIBRA is based on purely stateless operations for reservation renewal, flow monitoring, and policing, resulting in highly efficient router operation, which is demonstrated with a full implementation. Finally, SIBRA supports Dynamic Interdomain Leased Lines (DILLs), offering new business opportunities for ISPs.
['Cristina Basescu', 'Raphael M. Reischuk', 'Pawel Szalachowski', 'Adrian Perrig', 'Yao Zhang', 'Hsu-Chun Hsiao', 'Ayumu Kubota', 'J. Urakawa']
I am writing a research paper on a idea SIBRA: Scalable Internet Bandwidth Reservation Architecture
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
579,284
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: This study presents methodologies (ANFIS and Neural Network-based models) based on characterization of variables that impact on lighting usage and has the platform of addressing and solving non-linear issues, ambiguity and randomness of data associated with lighting usage and models the lighting demand according to time of use (TOU) periods. Variables considered in the development of the models include natural lighting, occupancy (active) and income level. During the training process of the ANFIS-based and NN-based model trapezoidal membership and sigmoid transfer function re applied respectively. The ANFIS-based model interpreted the complexity associated with lighting usage, learned and adapted historical patterns and computed its output based on the associated characterizations than NN-based method. The ANFIS -- based model shod good prediction accuracy in the time of use period (TOU) analysis especially standard and peak periods for lighting demand. This is very important for electricity distribution planners, energy conservation project evaluation and implementation etc.
['O. M. Popoola']
I am writing a research paper on a idea Residential Lighting Load Profile: ANFIS and Neural Network-Based Models
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
903,807
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: , the measurement and analysis of network flows are taken into account as a methodology for characterization and diagnosis of network behavior. The accuracy of flow models will be discussed, reviewing the basic underlying assumptions. A modeling approach based on multidomain analysis will be proposed, where flow measurements can be complemented by a limited amount of protocol data gathered from packet headers. By the analysis of experimental data, argue that, in several situations, traffic may be more appropriately modeled by the superposition of multiple flows with different characteristics, which results in better measurements and improved diagnostic possibilities.
['Giada Giorgi', 'Claudio Narduzzi']
I am writing a research paper on a idea A Study of Measurement-Based Traffic Models for Network Diagnostics
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
105,039
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: A system for image analysis and classification based on a knowledge structuring technique is presented. The knowledge structuring technique automatically creates a relevance map from salient areas of natural images. It also derives a set of ll-structured representations from low-level description to drive the final classification. The backbone of the knowledge structuring technique is a distribution mapping strategy involving two basic modules: structured low-level feature extraction using convolution neural network and a topology representation module based on a growing cell structure network. Classification is achieved by simulating high-level top-down visual information perception and classifying using an incremental Bayesian parameter estimation method. The proposed modular system architecture offers straightforward expansion to include user relevance feedback, contextual input, and multimodal information if available.
['Le Dong', 'Ebroul Izquierdo']
I am writing a research paper on a idea A Knowledge Structuring Technique for Image Classification
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
416,334
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Physics engines in robotics simulators should yield a simulation that is physically faithful to the real world. Hover, simple scenarios like dropping a ball on the floor already reveal that this is not so. There is hence a need to be able to test such engines in real world scenarios, to see where they are lacking. To help to quickly and efficiently develop unit tests for real-world behavior developed a tool call Live Tests for Robotics. In this tool paper show how its interactive visualizations allow for the efficient construction of such unit tests.
['Johan Fabry', 'Stephen Sinclair']
I am writing a research paper on a idea Interactive Visualizations for Testing Physics Engines in Robotics
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
961,182
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Summarizes the recent findings of mental rotation studies which use neuroimaging techniques. Though many results differed, almost all the revied studies concurred that the superior parietal lobe plays a major role in the process of mental rotation. The possible confounds (including gender differences, analysis methods, experimental paradigms and controls, etc.) for the different results are discussed. Varied results included lateralization effects, motor component involvement, as ll as the activation of the V5/human MT (visual/mid-temporal) area of the brain, which implies that imagined motion may have occurred. Neuroimaging can be a porful tool for understanding cognitive abilities and limitations. Neuroimaging aids researchers to gain insight into how mechanisms in the human brain function. In combination with other technologies, e.g. eye tracking, this will greatly enhance our ability to comprehend human cognition. This approach to analyzing can provide an important objective measure which could play a significant role in the design of computer systems.
['Wendy S. Ark']
I am writing a research paper on a idea Neuroimaging studies give new insight to mental rotation
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
205,374
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Software systems should consist of simple, conceptually clean software components interacting along narrow, ll-defined paths. All too often, this is not reality: complex components end up interacting for reasons unrelated to the functionality they provide. refer to knowledge within a component that is not conceptually required for the individual behaviour of that component as extraneous embedded knowledge (EEK). EEK creeps into a system in many forms, including dependences upon particular names and the passing of extraneous parameters. proposes the use of implicit context as a means for reducing EEK in systems by combining a mechanism to reflect upon what has happened in a system, through queries on the call history, with a mechanism for altering calls to and from a component. demonstrate the benefits of implicit context by describing its use to reduce EEK in the Java™ Swing library.
['Robert J. Walker', 'Gail C. Murphy']
I am writing a research paper on a idea Implicit context: easing software evolution and reuse
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
337,910
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: develop two quasi-maximum likelihood (ML) channel detectors for multiuser detection: semidefinite relaxation (SDR) detector and phase-shift-keying (PSK) detector. These detectors can deliver near-ML bit error rate (BER) performance with a polynomial worst-case complexity. The SDR detector for binary-phase-shift-keying (BPSK) constellation is based on a convex SDR, whereas the PSK detector for M-PSK constellations is based on a nonconvex low-rank SDR. The SDR detector is implemented using a dual-scaling interior-point method, while the PSK detector is based on a coordinate descent strategy on a feasible region homotopy. use dynamic dimension reduction and warm start techniques to achieve signal-to-noise ratio (SNR)-sensitive improvements for both detectors. Numerical simulations of BER performance and running time indicate the effectiveness of the two quasi-ML detectors when compared to the conventional sphere decoder and its variants.
['Mikalai Kisialiou', 'Xiaodong Luo', 'Zhi-Quan Luo']
I am writing a research paper on a idea Efficient Implementation of Quasi- Maximum-Likelihood Detection Based on Semidefinite Relaxation
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
367,865
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Identifying Opportunities to Compromise Medical Devices.
['Maureen Van Devender', 'William Bradley Glisson', 'Matt Campbell', 'Michael A. Finan']
I am writing a research paper on a idea Identifying Opportunities to Compromise Medical Devices.
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
913,516
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Person and Vehicle Tracking in Surveillance Video.
['Andrew J. Miller', 'Arslan Basharat', 'Brandyn White', 'Jingen Liu', 'Mubarak Shah']
I am writing a research paper on a idea Person and Vehicle Tracking in Surveillance Video.
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
975,308
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Since every insurance company has several channels for selling the insurance to customer, it was very good busness area for applying the product line engineering concept. With common business components, each channel application can be produced by reusing and extengint them. But the problem was variability management. Variability management is the most important in product line engineering. It is a basic and essential principle to identify common elements as components and to make them assets of product line. These days, business rule is getting more critical key for successful RTE (Real Time Enterprise). It means separating rules can make easy change or fast adapt to new business context without modifying application. The elements of variability which change with each application are vied as variability of business rules. Therefore, when there is need to change business requirements; this is resolved through rule changes. applied rule concept to manage the variability in business components. constructed business components, rule components for variability in business reprository and producted channel application based on this repository and customizing the rule. With insurance product line, the productivity and quality for channel application was increase.
['Jeong Ah Kim']
I am writing a research paper on a idea Case Study of Product Line Engineering in Insurance Company
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
17,589
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: An Ultra-Efficient Key Recovery Attack on the Lightight Stream Cipher A2U2.
['Qi Chai', 'Xinxin Fan', 'Guang Gong']
I am writing a research paper on a idea An Ultra-Efficient Key Recovery Attack on the Lightweight Stream Cipher A2U2.
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
775,153
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Convergence theorems for measures with values in Riesz spaces
['Domenico Candeloro']
I am writing a research paper on a idea Convergence theorems for measures with values in Riesz spaces
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
775,738
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: MIXIT: The Network Meets the Wireless Channel
['Sachin Katti', 'Dina Katabi']
I am writing a research paper on a idea MIXIT: The Network Meets the Wireless Channel
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
626,896
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Vorticity is the quantity used to describe the creation, transformation and extinction of vortices. It is present not only in vortices but also in shear flow. Especially in ducted flows, most of the overall vorticity is usually contained in the boundary layer. When a vortex develops from the boundary layer, this can be described by transport of vorticity. For a better understanding of a flow it is therefore of interest to examine vorticity in all of its different roles. The goal of this application study was not primarily the visualization of vortices but of vorticity distribution and its role in vortex phenomena. The underlying industrial case is a design optimization for a Pelton turbine. An important industrial objective is to improve the quality of the water jets driving the runner. Jet quality is affected mostly by vortices originating in the distributor ring. For a better understanding of this interrelation, it is crucial to not only visualize these vortices but also to analyze the mechanisms of their creation. used various techniques for the visualization of vorticity, including field lines and modified isosurfaces. For field line based visualization, extended the image-guided streamline placement algorithm of Turk and Banks to data-guided field line placement on three-dimensional unstructured grids.
['Filip Sadlo', 'Ronald Peikert', 'Etienne Parkinson']
I am writing a research paper on a idea Vorticity Based Flow Analysis and Visualization for Pelton Turbine Design Optimization
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
909,480
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Background#R##N#Coronary angiography (CAG) is widely used to assess lumen dimensions, and optical coherence tomography (OCT) is used to evaluate the characteristics of atherosclerotic plaque. This study was aimed to compare coronary lumen dimensions using CAG and plaque characteristics using OCT and their changes during statin therapy.
['Nana Dong', 'Zulong Xie', 'Wei Wang', 'Jiannan Dai', 'Meng Sun', 'Zhongyue Pu', 'Jinwei Tian', 'Bo Yu']
I am writing a research paper on a idea Comparison of coronary arterial lumen dimensions on angiography and plaque characteristics on optical coherence tomography images and their changes induced by statin
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
942,476
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Accurate and reliable software cost estimation is a vital task in software project portfolio decisions like resource scheduling or bidding. A prominent and transparent method of supporting estimators is analogy-based cost estimation, which is based on finding similar projects in historical portfolio data. Hover, the various project feature dimensions used to determine project analogy represent project aspects differing widely in their relevance; they are known to have varying impact on the analogies - and in turn on the overall estimation accuracy and reliability - , which is not addressed by traditional approaches. (a) proposes an improved analogy-based approach based on extensive dimension ighting, and (ii) empirically evaluates the accuracy and reliability improvements in the context of five real-world portfolio data sets. Main results are accuracy and reliability improvements for all analyzed portfolios and quality measures. Furthermore, the approach indicates a quality barrier for analogy-based estimation approaches using the same basic assumptions and quality measures.
['Martin Auer', 'Stefan Biffl']
I am writing a research paper on a idea Increasing the accuracy and reliability of analogy-based cost estimation with extensive project feature dimension weighting
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
301,191
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Designing a key management system is both important and challenging for wireless ad hoc networks. have developed a secure, scalable, decentralized and robust key management solution using a hybrid (symmetric/asymmetric) key based methodology that is ll suited for ad hoc networks. The nodes are grouped into clusters, and keys are distributed such that intra-cluster communication is secured using a symmetric cryptosystem and inter-cluster communication is secured using an asymmetric cryptosystem. present a detailed analysis of the solution and simulation results. observe that the hybrid solution provides a significant improvement in the performance of the key management solution in a highly hostile environment, and scales ll to large networks.
['Aruna Balasubramanian', 'Sumita Mishra', 'Ramalingam Sridhar']
I am writing a research paper on a idea Analysis of a hybrid key management solution for ad hoc networks
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
478,558
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: MACiE (which stands for Mechanism, Annotation and Classification in Enzymes) is a database of enzyme reaction mechanisms, and can be accessed from http://www.ebi.ac.uk/thornton-srv/databases/MACiE/. This article presents the release of Version 3 of MACiE, which not only extends the dataset to 335 entries, covering 182 of the EC sub-subclasses with a crystal structure available (~90%), but also incorporates greater chemical and structural detail. This version of MACiE represents a shift in emphasis for new entries, from non-homologous representatives covering EC reaction space to enzymes with mechanisms of interest to our users and collaborators with a view to exploring the chemical diversity of life. present new tools for exploring the data in MACiE and comparing entries as ll as new analyses of the data and new searches, many of which can now be accessed via dedicated Perl scripts.
['Gemma L. Holliday', 'Claudia Andreini', 'Julia D. Fischer', 'Syed Asad Rahman', 'Daniel E. Almonacid', 'Sophie T. Williams', 'William R. Pearson']
I am writing a research paper on a idea MACiE: exploring the diversity of biochemical reactions
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
278,427
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Modern large computing systems employ sophisticated disk I/O systems that are configured to deliver high-throughput, low-latency disk I/O to multiple clients accessing them. Hover, due to potential interferences among concurrent I/O accesses issued by multiple clients, a disk-cache and disk-level parallelism unaware I/O scheduling algorithm employed by the operating system/storage controller may have a significant impact on both system throughput and I/O latency. , propose two fundamentally new disk I/O scheduling techniques. The first technique, called DCAP, performs I/O scheduling in a disk cache aware and parallelism aware manner. The key idea in DCAP is to process simultaneous requests to different disks from the same application/priority class together and reorder them so that they have the highest number of hits in the disk cache. then propose an enhanced version of DCAP called DCAP-G, that aggregates requests into service groups to alleviate the problem of request starvation that may occur in DCAP in certain cases. evaluate both DCAP and DCAP-G using a set of I/O workloads from production-based enterprise systems as ll as high-performance computing domain. In addition, also compare the performance of our algorithms to previously proposed I/O scheduling algorithms. Our evaluation shows that, averaged across all our workloads, DCAP improves the average I/O response time, taking maximum advantage of disk access locality and exploiting parallelism among concurrent accesses to multiple disks, by 14.9% over an I/O scheduler that schedules requests on a first-come-first-served (FCFS) basis and also improves by 6.5% over a previously proposed locality-optimal I/O scheduler (SPCTF). In addition to these improvements, DCAP-G improves the average I/O response time by 6.6% over DCAP, leading to an overall 20.7% and 12.0% improvement over FCFS, and SPCTF, respectively.
['Ramya Prabhakar', 'Mahmut T. Kandemir', 'Myoungsoo Jung']
I am writing a research paper on a idea Disk-Cache and Parallelism Aware I/O Scheduling to Improve Storage System Performance
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
23,597
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: A data satellite network would have to support a broad spectrum of bursty unscheduled users with different delay constraints over time-varying atmospheric satellite channels. Since onboard resources are expensive and a broadband satellite will have many spotbeam-coverage cells within its service area, it is desirable to use agile scanning beam systems, adaptive to service requirements and channel conditions, and time-share a small number of active downlink beams. In addition, a congestion control mechanism of incoming traffic into the satellite service queues is required to provide a reasonable queueing delay within delay deadlines. , a jointly optimized scheme of multibeam allocation and congestion control based on incoming traffic and channel conditions over fading satellite downlinks with beam-sharing and delay constraints is developed. With the assumptions of quasistatic channel conditions and predictable incoming traffic rates (at least in the short term), an analytical solution for joint beam allocation and congestion control is considered. Numerical examples will be given to show that the joint scheme outperforms uniform allocation by serving, with fairness, more accepted traffic (e.g., a factor of 2 in the case of linearly distributed traffic across cells) and/or a smaller queueing delay.
['Jihwan P. Choi', 'Vincent W. S. Chan']
I am writing a research paper on a idea Satellite multibeam allocation and congestion control with delay constraints
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
137,051
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Individual differences and phonetic aptitude in the earliest stages of L2 acquisition.
['Adriana Hanulikova', 'Dan Dediu', 'Zhou Fang', 'Jana Basnakova', 'Falk Huettig']
I am writing a research paper on a idea Individual differences and phonetic aptitude in the earliest stages of L2 acquisition.
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
805,952
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: present a low bandwidth protocol for wireless multi-media terminals targeted towards low por consumption on the terminal side. With the widespread use of portable computing devices, low por has become a major design criterion. One way of minimizing por consumption is to perform all tasks, other than managing hardware for the display and input, on a stationary workstation and exchange information beten that workstation and the portable terminal via a wireless link. A protocol for such a system that emphasizes low bandwidth and low por requirements is presented. Such a protocol should address the issue of noisy wireless channels. describe error correction and retransmission methods capable of dealing with burst error noise up to BERs of 10/sup -3/. The final average bandwidth required is 140 kbits/sec for 8-bit color applications.
['George Hadjiyiannis', 'Anantha P. Chandrakasan', 'Srinivas Devadas']
I am writing a research paper on a idea A low power, low bandwidth protocol for remote wireless terminals
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
239,719
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: proposes a novel accurate position estimation method for switched reluctance machine (SRM). The method requires only the flux-linkage characteristics at two particular rotor positions, which can be conveniently measured by the torque-balanced method. The interval which takes these two positions as endpoints is selected as the optimal interval due to the good linearity beten the flux linkage and position and the low sensitivity to the errors of the flux linkage. The positions in the optimal interval are obtained by the linear flux-linkage model, and the positions that do not lie in this interval are estimated by the monadic linear regression analysis (MLRA). Furthermore, the rotational speed is also estimated based on MLRA. The accuracy of the proposed method is verified by detailed simulation and experiment under different operating conditions such as angle position control and current chopping control.
['Shoujun Song', 'Lefei Ge', 'Zhihui Zhang']
I am writing a research paper on a idea Accurate Position Estimation of SRM Based on Optimal Interval Selection and Linear Regression Analysis
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
717,845
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Motion information scalability is an important requirement for a fully scalable video codec, especially in low bit rate or small resolution decoding scenarios, for which the fully scalable motion model (SMM) has been proposed. SMM can collaborate flawlessly with other scalabilities, such as spatial, temporal and quality, in a scalable video codec and it performs better than nonscalable motion model. To further improve the SMM, this paper further extends the algorithm to support hierarchical B frame structure and bidirectional or multidirectional motion estimation and, moreover, provides the corresponding rate distortion optimized estimation. Several simulation results are presented to verify the improvements of this extension.
['Hu Chen', 'Meng-Ping Kao', 'Truong Q. Nguyen']
I am writing a research paper on a idea Bidirectional scalable motion for scalable video coding
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
69,001
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Data Envelopment Analysis (DEA) is a methodology for evaluating the relative efficiencies of a set of decision-making units (DMUs). The original model is based on the assumption that in a multiple input, multiple output setting, all inputs impact all outputs. In many situations, hover, this assumption may not apply, such as would be the case in manufacturing environments where some products may require painting while others would not. In earlier work by the authors, the conventional DEA methodology was extended to allow for efficiency measurement in such situations where partial input-to-output interactions exist. In that methodology all DMUs have identical input/output profiles. It is often the case, hover, that these profiles can be different for some DMUs than is true of others. This phenomenon can be prevalent, for example, in manufacturing settings where some plants may use robots for spot lding while other plants may use human resources for that task. Consider a highway maintenance application where consulting services for safety corrections may not be employed on low traffic roadways, but are commonly used on high traffic, multilane highways. Thus, input to output links in the case of some DMUs are missing in the case of others. To address this, the current paper extends the methodology presented earlier by the authors to allow for efficiency measurement in situations where some DMUs have different input/output profiles than is true of others. The new methodology is then applied to the problem of evaluating the efficiencies of a set of road maintenance patrols.
['Raha Imanirad', 'Wade D. Cook', 'Sonia Valeria Avilés-Sacoto', 'Joe Zhu']
I am writing a research paper on a idea Partial input to output impacts in DEA: The case of DMU-specific impacts
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
139,347
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Technical field services for industrial machinery and equipment have become increasingly important for original equipment manufacturers. To deliver services to their customers, companies have to build up new core competencies and infrastructure, a challenge due to the high complexity and dynamics of this business. To assist companies in the strategic design of their network and the planning of resources for delivering industrial field services, present a model-driven decision support system that uses discrete event simulation to support decision makers in various aspects of strategic design and tactical planning. The benefits of the decision support system include the creation of a generic framework that makes it possible to create simulation models of different field service networks for multiple purposes. Specifically, the system can be used to support various tactical planning and strategic design decisions while keeping investments low in terms of time consumption and money spending. In addition, the paper closes an identified gap involving a lack of decision support for the management of field service networks. An application of the decision support system in an exemplary case is used to illustrate potential applications and benefits.
['Philipp Hertz', 'Sergio Cavalieri', 'Gandolf R. Finke', 'Aldo Duchi', 'Paul Schönsleben']
I am writing a research paper on a idea A simulation-based decision support system for industrial field service network planning
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
18,144
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Por consumption is a primary concern for microprocessor designers. Loring the supply voltage of processors is one of the most effective techniques for improving their energy efficiency. Unfortunately, low-voltage operation faces multiple challenges going forward. One such challenge is increased sensitivity to voltage fluctuations, which can trigger so-called "voltage emergencies" that can lead to errors. These fluctuations are caused by abrupt changes in por demand, triggered by processor activity variation as a function of workload. examines the effects of voltage fluctuations on future many-core processors. With the increase in the number of cores in a chip, the effects of chip-wide activity fluctuation -- such as that caused by global synchronization in multithreaded applications -- overshadow the effects of core-level workload variability. Starting from this observation, developed VRSync, a novel synchronization methodology that uses emergency-aware scheduling policies that reduce the slope of load fluctuations, eliminating emergencies. show that VRSync is very effective at eliminating emergencies, allowing voltage guardbands to be significantly lored, which reduces energy consumption by an average of 33%.
['Timothy N. Miller', 'Renji Thomas', 'X. Pan', 'Radu Teodorescu']
I am writing a research paper on a idea VRSync: characterizing and eliminating synchronization-induced voltage emergencies in many-core processors
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
385,484
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Dynamic Multi-Objective Optimization Using PSO.
['Mardé Helbig', 'Andries Petrus Engelbrecht']
I am writing a research paper on a idea Dynamic Multi-Objective Optimization Using PSO.
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
743,012
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: A novel approach for hologram computation from Multiview-plus-Depth (MVD) data is studied in this paper. The proposed method consists of three steps. First, intensity views and depth maps pairs of the scene are taken from different perspective viewpoints. Then, the 3D scene geometry is reconstructed from the MVD data as a layered point-cloud. This 3D scene reconstruction step allows us to use only a few perspective projections of the scene without sacrificing any depth cue. Furthermore, in order to take into account specular reflections, each scene point is considered to emit light differently in all the directions. Finally, light scattered by the scene is numerically propagated towards the hologram plane in order to get the final CGH. Experimental results show that the proposed method is able to provide all the human depth cues and accurate shading of the scene without producing any visible artifact.
['Antonin Gilles', 'Patrick Gioia', 'Rémi Cozot', 'Luce Morin']
I am writing a research paper on a idea Computer generated hologram from Multiview-plus-Depth data considering specular reflections
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
894,437
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Solvable models of nonlinear learning machines are proposed, and learning in artificial neural networks is studied based on the theory of ordinary differential equations. A learning algorithm is constructed, by which the optimal parameter can be found without any recursive procedure. The solvable models enable us to analyze the reason why experimental results by the error backpropagation often contradict the statistical learning theory.
['Sumio Watanabe']
I am writing a research paper on a idea Solvable Models of Artificial Neural Networks
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
450,352
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Due to the progress of the process technology, multiple patterning lithography (MPL) is one of the most promising techniques in the 22 nm logic node and beyond. In MPL, features are iteratively formed onto a wafer by exposures. Mask misalignment is caused during MPL process and it reduces the yield of the produced LSI in MPL. To prevent yield loss caused by the mask misalignment, mask assignment methods that take the manufacturability into consideration are desired. Recent mask assignment techniques in MPL are introduced.
['Yukihide Kohira', 'Atsushi Takahashi', 'Tomomi Matsui', 'Chikaaki Kodama', 'Shigeki Nojima', 'Satoshi Tanaka']
I am writing a research paper on a idea Manufacturability-aware mask assignment in multiple patterning lithography
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
987,755
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: presents preliminary work on building a system able to synthesize concurrently the speech signal and a 3D animation of the speaker’s face. This is done by concatenating bimodal diphone units, that is, units that comprise both acoustic and visual information. The latter is acquired using a stereovision technique. The proposed method addresses the problems of asynchrony and incoherence inherent in classic approaches to audiovisual synthesis. Unit selection is based on classic target and join costs from acoustic-only synthesis, which are augmented with a visual join cost. Preliminary results indicate the benefits of the approach, since both the synthesized speech signal and the face animation are of good quality. Planned improvements and enhancements to the system are outlined. Index Terms: audiovisual speech synthesis, talking head, bimodal unit concatenation, diphones
['Asterios Toutios', 'Utpala Musti', 'Slim Ouni', 'Vincent Colotte', 'Brigitte Wrobel-Dautcourt', 'Marie-Odile Berger']
I am writing a research paper on a idea Setup for Acoustic-Visual Speech Synthesis by Concatenating Bimodal Units
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
247,124
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: QR decomposition based blind channel acquisition and estimation for DS-CDMA
['Zhouyue Pi', 'Urbashi Mitra']
I am writing a research paper on a idea QR decomposition based blind channel acquisition and estimation for DS-CDMA
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
546,840
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Guest editors' introduction to the special section on perceptual organization in computer vision
['David W. Jacobs', 'Michael Lindenbaum']
I am writing a research paper on a idea Guest editors' introduction to the special section on perceptual organization in computer vision
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
306,554
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Motif discovery is the problem of finding recurring patterns in biological sequences. It is one of the hardest and long-standing problems in bioinformatics. Apriori is a ll-known data-mining algorithm for the discovery of frequent patterns in large datasets. , apply the Apriori algorithm and use the Trie data structure to discover motifs. propose several modifications so that can adapt the classic Apriori to our problem. Experiments are conducted on Tompa's benchmark to investigate the performance of our proposed algorithm, the Trie-based Apriori Motif Discovery TrieAMD. Results show that our algorithm outperforms all of the tested tools on real datasets for the average sensitivity measure, which means that our approach is able to discover more motifs. In terms of specificity, the performance of our algorithm is comparable to the other tools. The results also confirm both linear time and linear space scalability of the algorithm.
['Isra Al-Turaiki', 'Ghada Badr', 'Hassan Mathkour']
I am writing a research paper on a idea TrieAMD: a scalable and efficient apriori motif discovery approach
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
102,434
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Operating System Compositor and Hardware Usage to Enhance Graphical Performance in b Runtimes
['Antti Peuhkurinen', 'Andrey Fedorov', 'Kari Systä']
I am writing a research paper on a idea Operating System Compositor and Hardware Usage to Enhance Graphical Performance in Web Runtimes
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
863,914
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: The accuracy and speed characteristics of implementations of several line integration models required for Radon (1917) transform (used for computed tomography image reconstruction) and backprojection computations are described and compared. The fixed-point number system used is evaluated by error comparisons to identical floating-point calculations. An expandable multiprocessor architecture for high-speed computation that has been realized as a prototype using commercially available digital signal processor (DSP) chips as the basic processing elements is described. The simulated performances of two popular DSP chips for this application are discussed and compared. Performance characteristics of the complete prototype hardware system are presented. The computational speed of a four-chip system is measured to be more than 190 times better than that of a Sun 3/160 with a math coprocessor. The architecture and prototype organization are not dependent on the DSP chip chosen, and substitution of the most up-to-date DSP chips can yield even better speed performance. >
['E. Shieh', 'K.W. Current', 'Paul J. Hurst', 'I. Agi']
I am writing a research paper on a idea High-speed computation of the Radon transform and backprojection using an expandable multiprocessor architecture
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
2,322
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Recently, several works have shown that natural modifications of the classical conditional gradient method (aka Frank-Wolfe algorithm) for constrained convex optimization, provably converge with a linear rate when the feasible set is a polytope, and the objective is smooth and strongly-convex. Hover, all of these results suffer from two significant shortcomings: i) large memory requirement due to the need to store an explicit convex decomposition of the current iterate, and as a consequence, large running-time overhead per iteration ii) the worst case convergence rate depends unfavorably on the dimension In this work present a new conditional gradient variant and a corresponding analysis that improves on both of the above shortcomings. In particular, both memory and computation overheads are only linear in the dimension, and in addition, in case the optimal solution is sparse, the new convergence rate replaces a factor which is at least linear in the dimension in previous works, with a linear dependence on the number of non-zeros in the optimal solution At the heart of our method, and corresponding analysis, is a novel way to compute decomposition-invariant away-steps. While our theoretical guarantees do not apply to any polytope, they apply to several important structured polytopes that capture central concepts such as paths in graphs, perfect matchings in bipartite graphs, marginal distributions that arise in structured prediction tasks, and more. Our theoretical findings are complemented by empirical evidence that shows that our method delivers state-of-the-art performance.
['Dan Garber', 'Ofer Meshi']
I am writing a research paper on a idea Linear-memory and Decomposition-invariant Linearly Convergent Conditional Gradient Algorithm for Structured Polytopes
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
753,444
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Abstract prove the strong continuity of spectral multiplier operators associated with dilations of certain functions on the general Hardy space H L 1 introduced by Hofmann, Lu, Mitrea, Mitrea, Yan. Our results include the heat and Poisson semigroups as ll as the group of imaginary pors.
['Jacek Dziubański', 'Błażej Wróbel']
I am writing a research paper on a idea Strong continuity on Hardy spaces
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
638,885
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Computing high-quality independent sets quickly is an important problem in combinatorial optimization. Several recent algorithms have shown that kernelization techniques can be used to find exact maximum independent sets in medium-sized sparse graphs, as ll as high-quality independent sets in huge sparse graphs that are intractable for exact exponential-time algorithms. Hover, a major drawback of these algorithms is that they require significant preprocessing overhead, and therefore cannot be used to find a high-quality independent set quickly.#R##N##R##N#, show that performing simple kernelization techniques in an online fashion significantly boosts the performance of local search, and is much faster than pre-computing a kernel using advanced techniques. In addition, show that cutting high-degree vertices can boost local search performance even further, especially on huge sparse complex networks. Our experiments show that can drastically speed up the computation of large independent sets compared to other state-of-the-art algorithms, while also producing results that are very close to the best known solutions.
['Jakob Dahlum', 'Sebastian Lamm', 'Peter Sanders', 'Christian Schulz', 'Darren Strash', 'Renato F. Werneck']
I am writing a research paper on a idea Accelerating Local Search for the Maximum Independent Set Problem
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
652,721
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Recently, there was a proposal of using the underdetermined blind source separation (BSS) principle to design image and speech encryption. , report a cryptanalysis of this BSS-based encryption scheme and point out that it is not secure against known-/chosen-plaintext attack and chosen-ciphertext attack. In addition, discuss some other security defects of the schemes: (1) it has a low sensitivity to part of the key and to the plaintext; (2) it is ak against a ciphertext-only differential attack; and (3) a divide-and-conquer (DAC) attack can be used to break part of the key. finally analyze the role of BSS in this approach towards cryptographically secure ciphers.
['Shujun Li', 'Chengqing Li', 'Kwok-Tung Lo', 'Guanrong Chen']
I am writing a research paper on a idea Cryptanalyzing an Encryption Scheme Based on Blind Source Separation
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
132,601
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: A typical problem for a parallel processing system involves broadcasting large amounts of data from a master to several worker programs. describes a reliable-multicast method to reduce the communication costs of this distribution. Our solution relies on a tuple-space mechanism as implemented in the Synergy system. present results showing that even a simple implementation of reliable multicast can dramatically improve performance.
['Jaiwant Mulik', 'Phillip T. Conrad', 'Yuan Shi']
I am writing a research paper on a idea Simple reliable multicast for parallel processing in extended LANs
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
279,560
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: present a method for interpretation of conformal prediction models. The discrete gradient of the largest p-value is calculated with respect to object space. A criterion is applied to identify the most important component of the gradient and the corresponding part of the object is visualized. The method is exemplified with data from drug discovery relating chemical compounds to mutagenicity. Furthermore, a comparison is made to already established important subgraphs with respect to mutagenicity and this initial assessment shows very useful results with respect to interpretation of a conformal predictor.
['Ernst Ahlberg', 'Ola Spjuth', 'Catrin Hasselgren', 'Lars Carlsson']
I am writing a research paper on a idea Interpretation of Conformal Prediction Classification Models
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
588,396
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: This work presents a framework for finding point correspondences in monocular image sequences over multiple frames. The general problem of multiframe point correspondence is NP-hard for three or more frames. A polynomial time algorithm for a restriction of this problem is presented and is used as the basis of the proposed greedy algorithm for the general problem. The greedy nature of the proposed algorithm allows it to be used in real-time systems for tracking and surveillance, etc. In addition, the proposed algorithm deals with the problems of occlusion, missed detections, and false positives by using a single noniterative greedy optimization scheme and, hence, reduces the complexity of the overall algorithm as compared to most existing approaches where multiple heuristics are used for the same purpose. While most greedy algorithms for point tracking do not allow the entry and exit of the points from the scene, this is not a limitation for the proposed algorithm. Experiments with real and synthetic data over a wide range of scenarios and system parameters are presented to validate the claims about the performance of the proposed algorithm.
['Khurram Shafique', 'Mubarak Shah']
I am writing a research paper on a idea A noniterative greedy algorithm for multiframe point correspondence
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
288,822
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Consistent Partial Matching of Shape Collections via Sparse Modeling
['Luca Cosmo', 'Emanuele Rodolà', 'Andrea Albarelli', 'Facundo Mémoli', 'Daniel Cremers']
I am writing a research paper on a idea Consistent Partial Matching of Shape Collections via Sparse Modeling
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
638,159
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Background#R##N#Patient records contain valuable information regarding explanation of diagnosis, progression of disease, prescription and/or effectiveness of treatment, and more. Automatic recognition of clinically important concepts and the identification of relationships beten those concepts in patient records are preliminary steps for many important applications in medical informatics, ranging from quality of care to hypothesis generation.
['Rezarta Islamaj Dogan', 'Aurélie Névéol', 'Zhiyong Lu']
I am writing a research paper on a idea A context-blocks model for identifying clinical relationships in patient records
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
247,382
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: The success of Indian Information Technology (IT) industry is dependent on the ability of the organizations to retain the human potential. Hover, profound changes in the occupational environment have implications for an individual's career development in this industry. Most of the employees form a strong self-concept, a set of ‘career anchors' that hold their internal career. Organizations need to understand such career anchors and be responsive to improve the employees' intention to stay. The present empirical study attempts to evaluate the impact of nine career anchors on the employee's intention to stay, through a survey of 450 employees from the Indian IT companies. It is found that the career anchors- service, identity, variety, autonomy, creativity and geographic security have significant influence on the employees' intention to stay. Hover, other career anchors, namely, managerial competence, technical competence, and organizational stability have no influence on the employees' intention to stay. The paper is concluded with implications for practice and directions for future research.
['Ganesan Kannabiran', 'A.V. Sarata', 'M. Nagarani']
I am writing a research paper on a idea Career Anchors and Employee Retention: An Empirical Study of Information Technology Industry in India
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
815,573
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: , present a distributed computing framework designed to support higher quality of service and fault tolerance for processing deadline-driven tasks in a P2P environment. Our proposed strategy strives to build an open infrastructure that is accessible by ordinary users for both cycle donation and consumption. For jobs that fail to be locally accommodated, the proposed scheduler MET (maximum efficiency tree) builds a dynamic multi-level resource tree with minimal yet sufficient por to process the job prior to its deadline. The peer selection policy is based on a joint evaluation of the computational por and communication bandwidth at the nodes. Further, with an optimal load sharing scheme, the resulting resource tree is guaranteed to be por efficient. The proposed computing protocol offers an approach for utilizing idle computing cycles of peer computers on the Internet in a P2P manner. The protocol exhibits three attractive features - decentralized operation, optimized load balancing and guaranteed resource utilization. Extensive simulation experiments are conducted to study the effectiveness of the proposed framework under various network conditions. compare our strategy with two other tree construction algorithms, namely MST (minimum spanning tree) and MCT (maximum computation tree). It is demonstrated that MET outperforms both MST and MCT consistently. Further, sensitivity results with random node failure/join are also furnished
['Jingnan Yao', 'Jian Zhou', 'Laxmi N. Bhuyan']
I am writing a research paper on a idea Computing Real Time Jobs in P2P Networks
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
83,476
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: In many modern data management settings, data is queried from a central node or nodes, but is stored at remote sources. In such a setting it is common to perform "push- style" query processing, using multithreaded pipelined hash joins and bushy query plans to compute parts of the query in parallel; to avoid idling, the CPU can switch beten them as delays are encountered. This works ll for simple select-project- join queries, but increasingly, b and integration applications require more complex queries with multiple joins and even nested subqueries. As demonstrate in this paper, push-style execution of complex queries can be improved substantially via sideways information passing; push-style queries provide many opportunities for information passing that have not been studied in the past literature. present adaptive information passing, a general runtime decision-making technique for reusing intermediate state from one query subresult to prune and reduce computation of other subresults. develop two alternative schemes for performing adaptive information passing, which study in several settings under a variety of workloads.
['Zachary G. Ives', 'Nicholas E. Taylor']
I am writing a research paper on a idea Sideways Information Passing for Push-Style Query Processing
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
289,038
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: study the discretization of the escape time problem: find the length of the shortest path joining an arbitrary point $$z$$ z of a domain $$\Omega $$ Ω , to the boundary $$\partial \Omega $$ ? Ω . Path length is measured locally via a Finsler metric, potentially asymmetric and strongly anisotropic. This optimal control problem can be reformulated as a static Hamilton---Jacobi partial differential equation, or as a front propagation model. It has numerous applications, ranging from motion planning to image segmentation. introduce a new algorithm, fast marching using anisotropic stencil refinement (FM-ASR), which addresses this problem on a two dimensional domain discretized on a cartesian grid. The local stencils used in our discretization are produced by arithmetic means, like in the FM-LBR (Mirebeau in Anisotropic fast Marching on Cartesian grids, using lattice basis reduction, preprint 2012), a method previously introduced by the author in the special case of Riemannian metrics. The complexity of the FM-ASR, in an average sense over all grid orientations, only depends (poly-)logarithmically on the anisotropy ratio of the metric, while most alternative approaches have a polynomial dependence. Numerical experiments show, in several occasions, that the accuracy/complexity compromise is improved by an order of magnitude or more.
['Jean-Marie Mirebeau']
I am writing a research paper on a idea Efficient fast marching with Finsler metrics
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
57,535
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Cyber security has emerged as an established discipline for computer systems and infrastructures with a focus on protecting information stored on those systems from adversaries who want to obtain, damage, corrupt, modify, destroy, or prohibit access to it. Several information security techniques are available to protect information systems against unauthorized use, duplication, modification, destruction, and virus attacks. An Intrusion Detection System IDS is a program that analyzes what happens or has happened during an execution and finds indications that the computer has been misused. , have proposed an effective IDS in which a local agent present in every node collects data from its own system and classifies anomaly behaviors using SVM classifier. The local agent uses the mobile agent to gather information from the neighboring node to check its integrity before it allows the system to send data to its neighboring node. The local agent is also capable of removing the local system from network if the system is found to be under attack, thereby providing a global secure environment. Our system identifies successful attacks from the anomaly behaviors.
['J. Arokia Renjit', 'K. L. Shunmuganathan']
I am writing a research paper on a idea Multi-Agent-Based Anomaly Intrusion Detection
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
141,289
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Summary:SciMiner is a b-based literature mining and functional analysis tool that identifies genes and proteins using a context specific analysis of MEDLINE abstracts and full texts. SciMiner accepts a free text query (PubMed Entrez search) or a list of PubMed identifiers as input. SciMiner uses both regular expression patterns and dictionaries of gene symbols and names compiled from multiple sources. Ambiguous acronyms are resolved by a scoring scheme based on the co-occurrence of acronyms and corresponding description terms, which incorporates optional user-defined filters. Functional enrichment analyses are used to identify highly relevant targets (genes and proteins), GO (Gene Ontology) terms, MeSH (Medical Subject Headings) terms, pathways and protein–protein interaction networks by comparing identified targets from one search result with those from other searches or to the full HGNC [HUGO (Human Genome Organization) Gene Nomenclature Committee] gene set. The performance of gene/protein name identification was evaluated using the BioCreAtIvE (Critical Assessment of Information Extraction systems in Biology) version 2 (Year 2006) Gene Normalization Task as a gold standard. SciMiner achieved 87.1% recall, 71.3% precision and 75.8% F-measure. SciMiner's literature mining performance coupled with functional enrichment analyses provides an efficient platform for retrieval and summary of rich biological information from corpora of users' interests.#R##N##R##N#Availability: http://jdrf.neurology.med.umich.edu/SciMiner/. A server version of the SciMiner is also available for download and enables users to utilize their institution's journal subscriptions.#R##N##R##N#Contact: ude.hcimu@ruhuj#R##N##R##N#Supplementary information: Supplementary data are available at Bioinformatics online.
['Junguk Hur', 'Adam D. Schuyler', 'David J. States', 'Eva L. Feldman']
I am writing a research paper on a idea SciMiner: Web-based literature mining tool for target identification and functional enrichment analysis
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
25,719
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: In This work surrogate join (SJ) for massive data on tertiary storage is presented. The relations to be joined are first split into surrogate relations and nonsurrogate relations. Surrogate relation consists of tuple identifier and join attribute and nonsurrogate relation consists of tuple identifier and nonjoin attributes. Join is first performed on the two surrogate relations and a join result index is produced which consists of the identifiers of the matching tuples of both surrogate relations, then the join result index is merged with both nonsurrogate relations to get final join result. Experimental results show that our method is better than previous ones in performance and scalability. Note that SJ can convert tertiary join into disk join and one pass scan of both tertiary resident nonsurrogate relations for most applications.
['Baoliang Liu', 'Jianzhong Li', 'Yanqiu Zhang']
I am writing a research paper on a idea Surrogate join for massive data on tertiary storage system
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
522,632
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Recent research suggests that individual personality differences can influence performance with visualizations. In addition to stable personality traits, research in psychology has found that temporary changes in affect (emotion) can also significantly impact performance during cognitive tasks. , show that affective priming also influences user performance on visual judgment tasks through an experiment that combines affective priming with longstanding graphical perception experiments. Our results suggest that affective priming can influence accuracy in common graphical perception tasks. discuss possible explanations for these findings, and describe how these findings can be applied to design visualizations that are less (or more) susceptible to error in common visualization contexts.
['Lane Harrison', 'Drew Skau', 'Steven Franconeri', 'Aidong Lu', 'Remco Chang']
I am writing a research paper on a idea Influencing visual judgment through affective priming
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
243,823
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Partial transmit sequence (PTS) is an attractive distortless peak-to-average por ratio (PAPR) reduction technique for orthogonal frequency division multiplexing (OFDM) system. Hover, the complexity of PTS increases exponentially with the number of sub-blocks as it requires an exhaustive searching over all phase factor combinations. , explored the correlation among the multiple candidate signals of PTS and proposed a modified scheme with lor complexity. The main idea is based on selecting a subset from the whole set of candidate signals by analyzing the correlation of candidate signals. Simulation results show that the performance of the modified scheme is close to the theoretical lor bound and outperforms selected mapping (SLM) scheme with the same computational complexity.
['Qingsong Wen', 'Yue Xiao', 'Peng Cheng', 'Lilin Dan', 'Shaoqian Li']
I am writing a research paper on a idea A Modified Partial Transmit Sequence Scheme for PAPR Reduction in OFDM System
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
381,780
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: The p-curvature of a system of linear differential equations in positive characteristic p is a matrix that measures how far the system is from having a basis of polynomial solutions. show that the similarity class of the p-curvature can be determined without computing the p-curvature itself. More precisely, design an algorithm that computes the invariant factors of the p-curvature in time quasi-linear in √ p. This is much less than the size of the p-curvature, which is generally linear in p. The new algorithm allows to ansr a question originating from the study of the Ising model in statistical physics.
['Alin Bostan', 'Xavier Caruso', 'Éric Schost']
I am writing a research paper on a idea Computation of the Similarity Class of the p-Curvature
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
770,182
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: , present a linear disturbance estimator with time-varying gain to extract the real signal from the corrupted velocity signal. The approach comes from the active disturbance rejection control. A variant form of the estimator can also be served as a tracking differentiator. The estimator itself is relatively independent to the control plants. The result is applied to stabilization for a multi-dimensional Kirchhoff equation as a demonstration.
['Hongyinping Feng', 'Bao-Zhu Guo']
I am writing a research paper on a idea Distributed disturbance estimator and application to stabilization of multi-dimensional kirchhoff equation
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
654,368
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: A Streamline Upwind Petrov–Galerkin (SUPG) finite element method for a convection dominated transient convection-diffusion-reaction equation in time-dependent domains is proposed. The time-dependent domain is handled by the arbitrary Lagrangian–Eulerian (ALE) approach, whereas the SUPG method is used for the spatial discretization. Further, the first order modified backward Euler and the second order modified Crank–Nicolson methods are used for the temporal discretization. It is shown that the stability of the semi-discrete (continuous in time) conservative ALE-SUPG equation is independent of the mesh velocity, whereas the stability of the fully discrete scheme with the implicit Euler time discretization is unconditionally stable and is only conditionally stable (time step depends on mesh velocity) with the Crank–Nicolson method. Numerical results are presented to support the stability estimates and to show the influence of the SUPG stabilization parameter in a time-dependent domain. Further, the proposed numerical scheme is applied to a boundary/layer problem in a time-dependent domain.
['Sashikumaar Ganesan', 'Shweta Srivastava']
I am writing a research paper on a idea ALE-SUPG finite element method for convection-diffusion problems in time-dependent domains: Conservative form
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
548,860
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: A new carrier frequency offset estimation method is proposed for OFDM based IEEE 802.16E system, with good tolerance to long-delay-spread multipath fading and time synchronization error. New designed correlation method utilizing approximate symmetry of the preamble can overcome the negative influence of imperfect periodicity caused by virtual subcarriers of preamble symbol. Simulations show that the proposed method can be more effective than CP based method in practical multipath fading channel, in terms of root mean square of estimation error. And the proposed method can be easily generalized for other OFDM based systems with inter- training symbol subcarrier spacing other than 3.
['Hua Zhou', 'Hiroyuki Hayashi', 'Tokuro Kubo', 'Jie Zhang']
I am writing a research paper on a idea A Novel Carrier Frequency Offset Estimation Method for IEEE 802.16E System
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
249,316
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: A low complexity maximum likelihood (ML) detection method is proposed for the square quadrature amplitude modulation (QAM) constellation. In order to reduce the implementation complexity of ML detection, set-partition, subset-selection, and subset-shift are recursively applied to the square QAM constellation. The estimated square QAM symbol is finally given in a closed form as a function of the received signal and the estimated channel. Complexity analysis and numerical simulation confirm that the proposed detection method reduces the implementation complexity substantially and achieves exactly the same performance as the conventional ML detection irrespective of the channel estimation error.
['Eunchul Yoon']
I am writing a research paper on a idea Maximum Likelihood Detection With a Closed-Form Solution for the Square QAM Constellation
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
958,221
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: , propose a novel amplify-and-forward relaying strategy for a two-hop single-relay network by incorporating an intentional peak por limit (IPPL). show that the proposed strategy is not only practical for peak por constrained relay networks, but also helps to simplify the system at both relay and destination. With the proposed IPPL strategy, neither the relay nor the destination node needs the channel state information for the source-relay link, and full cooperative diversity can still be achieved.
['Qijia Liu', 'Wei Zhang', 'Xiaoli Ma', 'G. Tong Zhou']
I am writing a research paper on a idea A practical amplify-and-forward relaying strategywith an intentional peak power limit
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
375,690
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Two strategies of distribution of computations can be used to implement parallel solvers for dense linear algebra problems for Heterogeneous Computational Clusters of Multicore Processors (HCoMs). These strategies are called Heterogeneous Process Distribution Strategy (HPS) and Heterogeneous Data Distribution Strategy (HDS). They are not novel and have been researched thoroughly. Hover, the advent of multicores necessitates enhancements to them. , present these enhancements. Our study is based on experiments using six applications to perform Parallel Matrix-matrix Multiplication (PMM) on an HCoM employing the two distribution strategies.
['Pedro Alonso', 'Ravi Reddy', 'Alexey L. Lastovetsky']
I am writing a research paper on a idea Experimental Study of Six Different Implementations of Parallel Matrix Multiplication on Heterogeneous Computational Clusters of Multicore Processors
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
14,517
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Evaluation of educational method using e-learning for new nurses.
['Takako Izumi', 'Yukie Majima', 'Yasuko Maekawa', 'Noriko Tanaka']
I am writing a research paper on a idea Evaluation of educational method using e-learning for new nurses.
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
781,795
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Acceleration is of great importance in motion control for unmanned aerial vehicles (UAVs), especially during the takeoff and landing stages. Hover, the measured acceleration is inevitably polluted by severe noise. Therefore, a proper noise suppression procedure is required. presents a novel method to reduce the noise in the measured vertical acceleration for a thrust-vectored tail-sitter vertical takeoff and landing (VTOL) UAV. In the new procedure, a Kalman filter is first applied to estimate the UAV mass by using the information in the vertical thrust and measured acceleration. The UAV mass is then used to compute an estimate of UAV vertical acceleration. The estimated acceleration is finally fused with the measured acceleration to obtain the minimum variance estimate of vertical acceleration. By doing this, the new approach incorporates the thrust information into the acceleration estimate. The method is applied to the data measured in a VTOL UAV takeoff experiment. Two other denoising approaches developed by former researchers are also tested for comparison. The results demonstrate that the new method is able to suppress the acceleration noise substantially. It also maintains the real-time performance in the final estimated acceleration, which is not seen in the former denoising approaches. The acceleration treated with the new method can be readily used in the motion control applications for UAVs to achieve improved accuracy.
['Huanyu Li', 'Linfeng Wu', 'Yingjie Li', 'Chunwen Li', 'Hangyu Li']
I am writing a research paper on a idea A Novel Method for Vertical Acceleration Noise Suppression of a Thrust-Vectored VTOL UAV
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
948,193
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: A branch and bound algorithm for the capacitated minimum spanning tree problem
['Kavindra Malik', 'Gang Yu']
I am writing a research paper on a idea A branch and bound algorithm for the capacitated minimum spanning tree problem
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
66,138
Thats a unique idea.You should consider the following idea to enhance your idea so that it would impact uniquely: Ten groups participated in the TREC-2001 cross-language information retrieval track, which focussed on retrieving Arabic language documents based on 25 queries that re originally prepared in English. French and Arabic translations of the queries re also available. This was the first year in which a large Arabic test collection was available, so a variety of approaches re tried and a rich set of experiments performed using resources such as machine translation, parallel corpora, several approaches to stemming and/or morphology, and both pre-translation and post-translation blind relevance feedback. On average, forty percent of the relevant documents discovered by a participating team re found by no other team, a higher rate than normally observed at TREC. This raises some concern that the relevance judgment pools may be less complete than has historically been the case.
['Fredric C. Gey', 'Douglas W. Oard']
I am writing a research paper on a idea The TREC-2001 Cross-Language Information Retrieval Track: Searching Arabic using English, French or Arabic Queries
You are a high-level Research Bot made by researchers at Tethys AI.You are finetuned by researchers at Tethys AI.You are a bot which will read and analyze users idea carefull and provide abstract or a paragraph on what user should do.You are also designed to evaluate and provide feedback on user innovative ideas. When a user presents an idea, you will assess its impact and uniqueness.
491,868